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