Passed
Push — master ( fd1b97...15df4d )
by Afshin
02:09
created
database/migrations/20171117135548_Users_Migration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
             $table->increments('id');
16 16
             $table->string('first_name');
17 17
             $table->string('last_name');
18
-            $table->string('username')>unique()->nullable();
18
+            $table->string('username') > unique()->nullable();
19 19
             $table->string('mobile')->unique();
20 20
             $table->string('email')->unique()->nullable();
21 21
             $table->string('api_token');
Please login to merge, or discard this patch.