app->bind(AuthServiceInterface::class, AuthService::class); $this->app->bind(AdminServiceInterface::class, AdminService::class); $this->app->bind(UserServiceInterface::class, UserService::class); } public function boot(): void { // } }