Remove notifiable from asset

This commit is contained in:
snipe 2018-03-28 19:08:08 -07:00
parent dfe8aac10b
commit 9f414baa99

View file

@ -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;