call(AccountSeeder::class); $this->call(PermissionSeeder::class); $this->call(CompanyAccountSeeder::class); $this->call(ConfigSeeder::class); $this->call(PropertySettingSeeder::class); } }