Passed
Push — main ( ec9833...330702 )
by Rafael
04:41
created
src/Core/Model/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 
15 15
     public static function createTable(): void
16 16
     {
17
-        DB::schema()->create((new static())->table, function (Blueprint $table) {
17
+        DB::schema()->create((new static())->table, function(Blueprint $table) {
18 18
             $table->increments('id');
19 19
             $table->string('name');
20 20
             $table->string('email')->unique();
Please login to merge, or discard this patch.