Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/laravel-enso/files
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed May 9, 2022
2 parents 0da471b + 59c7107 commit c17469d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/migrations/2017_01_01_112200_create_files_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration {
return new class extends Migration
{
public function up()
{
Schema::create('files', function (Blueprint $table) {
Expand Down

0 comments on commit c17469d

Please sign in to comment.