diff --git a/app/Models/UserInvitation.php b/app/Models/UserInvitation.php index 9490d2c..a601bb1 100644 --- a/app/Models/UserInvitation.php +++ b/app/Models/UserInvitation.php @@ -3,7 +3,6 @@ namespace App\Models; -use Illuminate\Database\Eloquent\Relations\BelongsTo; use Illuminate\Notifications\Notifiable; class UserInvitation extends AbstractModel diff --git a/package.json b/package.json index 074111a..09415cd 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "trumbowyg": "^2.9.4", "twitter-bootstrap-wizard": "^1.2.0", "typeahead.js": "^0.11.1", + "vue-avatar": "^2.1.7", "vue-select": "^2.5.1", "vue-slide-up-down": "^1.4.1" },