Test Failed
Push — master ( 3a2408...8f3679 )
by Nur
03:38
created
tests/TestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.