Skip to content

Commit

Permalink
bugifx when registering SemanticForm via ServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Jan 19, 2016
1 parent 933c0f5 commit f28e685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function register()
$builder->setErrorStore(new IlluminateErrorStore($app['session.store']));
$builder->setOldInputProvider(new IlluminateOldInputProvider($app['session.store']));

return new SemanticForm($builder, $app['translator']);
return $builder;
});
}

Expand Down

0 comments on commit f28e685

Please sign in to comment.