Update CreatesApplication class

This commit is contained in:
DariusIII
2018-07-26 11:00:30 +02:00
parent 51edce3c05
commit d48db134d7
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -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
-3
View File
@@ -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;
}
}