Update defaults

This commit is contained in:
Kode
2022-03-19 15:04:26 +00:00
parent 4ff1a4aec4
commit 51ddaccc16
14 changed files with 167 additions and 78 deletions

View File

@@ -3,7 +3,6 @@
namespace Tests;
use Illuminate\Contracts\Console\Kernel;
use Illuminate\Support\Facades\Hash;
trait CreatesApplication
{
@@ -18,8 +17,6 @@ trait CreatesApplication
$app->make(Kernel::class)->bootstrap();
Hash::setRounds(4);
return $app;
}
}
}