From 6fcc3ae6cb37b698924e0afae5ae1e5523f6718c Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Thu, 14 Feb 2019 14:15:33 +0800 Subject: [PATCH] Major incomplete Change --- app/Models/UserInvitation.php | 1 - package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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" },