- $this->app->make('Intervention\Image\ImageManager'),
- $this->app->make('Illuminate\Contracts\Filesystem\Factory'),
- $this->app->make('Illuminate\Contracts\Cache\Repository')
+ $this->app->make(ImageManager::class),
+ $this->app->make(Factory::class),
+ $this->app->make(Repository::class)