call(RolesTableSeeder::class); $this->call(PermissionsTableSeeder::class); $this->call(RolesPermissionsTableSeeder::class); $this->call(UsersTableSeeder::class); $this->call(DepartmentsTableSeeder::class); $this->call(DocumentsTableSeeder::class); } }