Skip to content

Commit

Permalink
Upgrade to Laravel 5.8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Apr 8, 2019
1 parent 152e883 commit 744329e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/CreatesApplication.php
Expand Up @@ -2,7 +2,6 @@

namespace Tests;

use Illuminate\Support\Facades\Hash;
use Illuminate\Contracts\Console\Kernel;

trait CreatesApplication
Expand All @@ -18,8 +17,6 @@ public function createApplication()

$app->make(Kernel::class)->bootstrap();

Hash::driver('bcrypt')->setRounds(4);

return $app;
}
}

0 comments on commit 744329e

Please sign in to comment.