Browse Source

Update CreatesApplication.php

Laurence Ioannou 6 years ago
parent
commit
a8407fdb54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/CreatesApplication.php

+ 1 - 1
tests/CreatesApplication.php

@@ -17,7 +17,7 @@ trait CreatesApplication
         $app = require __DIR__.'/../bootstrap/app.php';
 
         $app->make(Kernel::class)->bootstrap();
-        
+
         Hash::setRounds(5);
 
         return $app;