Skip to content

Commit 59be5d3

Browse files
committed
Merge branch 'master' of https://github.com/laravel-enso/files
2 parents 235bbf1 + a3625e1 commit 59be5d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

database/migrations/2017_01_01_112100_create_file_types_table.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Support\Facades\Schema;
66

7-
return new class extends Migration {
7+
return new class extends Migration
8+
{
89
public function up()
910
{
1011
Schema::create('file_types', function (Blueprint $table) {

0 commit comments

Comments
 (0)