Passed
Push — main ( 86f4c5...1e1d1b )
by ikechukwu
04:46 queued 01:25
created
Tests/migrations/2022_09_12_005402_create_books_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function up()
15 15
     {
16
-        Schema::create('books', function (Blueprint $table) {
16
+        Schema::create('books', function(Blueprint $table) {
17 17
             $table->id();
18 18
             $table->string('name');
19 19
             $table->string('isbn')->unique();
Please login to merge, or discard this patch.