mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Remove remaining call to insertOnDuplicateKey
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Yadakhov\InsertOnDuplicateKey;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
@@ -22,7 +21,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
*/
|
||||
class AnidbTitle extends Model
|
||||
{
|
||||
use InsertOnDuplicateKey;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
|
||||
Reference in New Issue
Block a user