@@ -16,7 +16,7 @@ |
||
| 16 | 16 | */ |
| 17 | 17 | public function up() |
| 18 | 18 | { |
| 19 | - Schema::create('time_tracker', function (Blueprint $table) { |
|
| 19 | + Schema::create('time_tracker', function(Blueprint $table) { |
|
| 20 | 20 | $table->increments('id'); |
| 21 | 21 | |
| 22 | 22 | $table->timestamp('open_at')->nullable(); |