Test Setup Failed
Push — master ( 8c1479...7b1417 )
by Jeremy
22:23 queued 17:46
created
tests/TestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      */
45 45
     public function getEnvironmentSetUp($app)
46 46
     {
47
-        $app->singleton('seed.handler', function ($app) {
47
+        $app->singleton('seed.handler', function($app) {
48 48
             return new SeedHandler($app, collect());
49 49
         });
50 50
 
Please login to merge, or discard this patch.