diff --git a/app/Models/Asset.php b/app/Models/Asset.php index e7279ebd61..d13af11cdf 100644 --- a/app/Models/Asset.php +++ b/app/Models/Asset.php @@ -11,7 +11,6 @@ use Config; use Illuminate\Database\Eloquent\SoftDeletes; use Log; use Watson\Validating\ValidatingTrait; -use Illuminate\Notifications\Notifiable; use DB; use App\Notifications\CheckinAssetNotification; use App\Notifications\CheckoutAssetNotification;