Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
arikaim-repository committed Oct 1, 2018
1 parent 60b00e8 commit 8da7fc3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ public function __construct()
$this->manager = new ImageManager($config);
// module details
$this->setServiceName('image');
$this->setBootable();
}

public function boot()
{
$this->setBootable(false);
}

public function __call($method, $args)
Expand Down

0 comments on commit 8da7fc3

Please sign in to comment.