@@ -61,7 +61,7 @@ |
||
| 61 | 61 | */ |
| 62 | 62 | protected function createEventsTable() |
| 63 | 63 | { |
| 64 | - $this->app['db']->connection()->getSchemaBuilder()->create('events', function (Blueprint $table) { |
|
| 64 | + $this->app['db']->connection()->getSchemaBuilder()->create('events', function(Blueprint $table) { |
|
| 65 | 65 | $table->increments('id'); |
| 66 | 66 | $table->string('title'); |
| 67 | 67 | $table->timestamps(); |