Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #87 from micaelpdias/patch-1
Browse files Browse the repository at this point in the history
Laravel 5.4 support
  • Loading branch information
Chumper authored Jan 24, 2017
2 parents c7c32e7 + 9744166 commit 35b5b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chumper/Zipper/ZipperServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
*/
public function register()
{
$this->app['zipper'] = $this->app->share(function($app)
$this->app->singleton('zipper', function($app)
{
$return = $app->make('Chumper\Zipper\Zipper');
return $return;
Expand Down

0 comments on commit 35b5b04

Please sign in to comment.