mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update CreatesApplication class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-07-26 DariusIII
|
||||
* Chg: Update CreatesApplication class
|
||||
* Chg: Add missing tests
|
||||
* Chg: Update releases date handling in RSS and API operations
|
||||
* Chg: Update tinymce to version 4.8.1
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Illuminate\Contracts\Console\Kernel;
|
||||
|
||||
trait CreatesApplication
|
||||
@@ -18,8 +17,6 @@ trait CreatesApplication
|
||||
|
||||
$app->make(Kernel::class)->bootstrap();
|
||||
|
||||
Hash::driver('bcrypt')->setRounds(4);
|
||||
|
||||
return $app;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user