option('business') ? (int) $this->option('business') : null; $this->info('Bootstrapping enterprise modules...'); $seeder = new EnterpriseModulesSampleSeeder(); $seeder->setCommand($this); $seeder->run($businessId); $this->info('Done. Open Executive Cockpit, Quality Management, Shop Floor, and Integration Hub from the admin menu.'); return self::SUCCESS; } }