Commit 909eae1a authored by Nicolas Widart's avatar Nicolas Widart

Fixing typo

parent 1f66b3f6
......@@ -29,7 +29,7 @@ class ImageServiceProvider extends ServiceProvider
$this->app->booting(function()
{
$loader = AliasLoader::getInstance();
$loader->alias('Imagy', 'Modules\Media\Image\Facades\Imagy');
$loader->alias('Imagy', 'Modules\Media\Image\Facade\Imagy');
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment