is_admin == true; }); } /** * Register any application services. * * @return void */ public function register() { if(config('horizon.darkmode') == true) { Horizon::night(); } } }