Commit 5df13bce authored by Nicolas Widart's avatar Nicolas Widart

Update the Module package make method

parent 7454e6d6
......@@ -32,7 +32,7 @@ class ImagyTest extends BaseTestCase
{
parent::setUp();
$this->config = App::make('Illuminate\Contracts\Config\Repository');
$module = App::make('Pingpong\Modules\Module');
$module = App::make('modules');
$this->finder = App::make('Illuminate\Filesystem\Filesystem');
$this->imagy = new Imagy(new InterventionFactory, new ThumbnailsManager($this->config, $module), $this->config);
......
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