Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
FIX: LumenFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
kjschubert committed Jun 7, 2016
1 parent 1777e25 commit 41c47c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/Lumen.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Lumen extends ServiceProvider
public function register()
{
$this->app->bind('GIS', function() {
return new GISFactory();
return new LumenFactory();
});
}
}

0 comments on commit 41c47c9

Please sign in to comment.