call(RolesTableSeeder::class); $this->call(PermissionsTableSeeder::class); //$this->call(RolesPermissionsTableSeeder::class); $this->call(UsersTableSeeder::class); $this->call(DepartmentsTableSeeder::class); $this->call(FileTypesTableSeeder::class); $this->call(FoldersTableSeeder::class); //$this->call(FilesTableSeeder::class); } }