Skip to content

Commit

Permalink
Cleanup debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Dec 17, 2016
1 parent 94d2c86 commit f7feed6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Providers/OwnershipServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ public function register()
*/
protected function bindUserModel()
{
dump('In binding');
$this->app->bind(CanBeOwnerContract::class, function ($app) {
$config = $app->make('config');
dump('Get user model from config: ' . $config->get('auth.providers.users.model'));

return $config->get('auth.providers.users.model', $config->get('auth.model'));
});
}
Expand Down

0 comments on commit f7feed6

Please sign in to comment.