mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
implementation of user limits and refactoring
This commit is contained in:
@@ -13,7 +13,7 @@ class AppUpgradeTest extends TestCase
|
||||
*/
|
||||
public function it_upgrade_default_language_translations()
|
||||
{
|
||||
$user = User::factory(User::class)
|
||||
$user = User::factory()
|
||||
->create(['role' => 'admin']);
|
||||
|
||||
DB::table('settings')
|
||||
|
||||
Reference in New Issue
Block a user