Passed
Branch main (0e78aa)
by ikechukwu
11:32
created
src/migrations/2023_03_16_071601_create_user_email_configurations_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      */
12 12
     public function up(): void
13 13
     {
14
-        Schema::create('user_email_configurations', function (Blueprint $table) {
14
+        Schema::create('user_email_configurations', function(Blueprint $table) {
15 15
             $table->id();
16 16
             $table->foreignId('user_id')->constrained('users');
17 17
             $table->string('name');
Please login to merge, or discard this patch.