@@ -15,7 +15,7 @@ |
||
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'); |