Skip to content

Commit 59c7107

Browse files
committed
Apply fixes from StyleCI
1 parent fee2f5a commit 59c7107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

database/migrations/2017_01_01_112200_create_files_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('files', function (Blueprint $table) {

0 commit comments

Comments
 (0)