Passed
Branch main (0b385e)
by PRATIK
13:06
created
Category
database/migrations/2021_06_09_050404_create_groups_table.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 function up()
16 16
     {
17
-        Schema::create('groups', function (Blueprint $table) {
17
+        Schema::create('groups', function(Blueprint $table) {
18 18
             $table->id();
19 19
             $table->string('name');
20 20
             $table->integer('type')->default(1);
Please login to merge, or discard this patch.