Passed
Push — master ( 3ad459...064778 )
by Aleksandr
07:04
created
tests/TestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.