Skip to content

Commit

Permalink
Updating user publish config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent bdce040 commit b12bc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/asgard/user/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
| Add relations that will be dynamically added to the User entity
*/
'relations' => [
// 'extension' => function () {
// return $this->belongsTo(UserExtension::class, 'user_id', 'id')->first();
// 'extension' => function ($self) {
// return $self->belongsTo(UserExtension::class, 'user_id', 'id')->first();
// }
],
/*
Expand Down

0 comments on commit b12bc6e

Please sign in to comment.