app->bind('ssh', fn (): \App\Helpers\SSH => new SSH); $this->app->bind('notifier', fn (): \App\Helpers\Notifier => new Notifier); $this->app->bind('ftp', fn (): \App\Helpers\FTP => new FTP); Sanctum::usePersonalAccessTokenModel(PersonalAccessToken::class); } }