Remove remaining call to insertOnDuplicateKey

This commit is contained in:
DariusIII
2019-08-21 10:23:20 +02:00
parent 36aff73229
commit 3f4d070921
7 changed files with 0 additions and 14 deletions
-2
View File
@@ -2,7 +2,6 @@
namespace App\Models;
use Yadakhov\InsertOnDuplicateKey;
use Illuminate\Database\Eloquent\Model;
/**
@@ -17,7 +16,6 @@ use Illuminate\Database\Eloquent\Model;
*/
class VideoAlias extends Model
{
use InsertOnDuplicateKey;
protected $table = 'videos_aliases';
/**