app->singleton('image', Image::class); } /** * Bootstrap services. */ public function boot(): void { class_alias(Image::class, 'Image'); } }