registerCommand(); } public function registerCommand() { $this->commands([ SyncUsersCommand::class, ]); } }