@@ -40,7 +40,7 @@ |
||
40 | 40 | |
41 | 41 | protected function setUpDatabase() |
42 | 42 | { |
43 | - $this->app['db']->connection()->getSchemaBuilder()->create('posts', function (Blueprint $table) { |
|
43 | + $this->app['db']->connection()->getSchemaBuilder()->create('posts', function(Blueprint $table) { |
|
44 | 44 | $table->increments('id'); |
45 | 45 | $table->string('name'); |
46 | 46 | $table->timestamps(); |