Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Se elimina variable redundante
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecancinof committed Feb 7, 2016
1 parent 1eca1fc commit bc6fdca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/FlowServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ public function register()
private function bindFlowClass()
{
$this->app->bind(Flow::class, function ($app) {
$flow = new Flow();

return $flow;
return new Flow();
});
}

Expand Down

0 comments on commit bc6fdca

Please sign in to comment.