mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Updated Labels class to have table name
Updated Labels class to have table name
This commit is contained in:
parent
aaac697774
commit
cf386e8776
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ class Labels extends Model
|
|||
|
||||
public $incrementing = false;
|
||||
|
||||
protected $table = 'labels';
|
||||
|
||||
protected $fillable = ['id', 'label', 'server_id', 'server_id_2', 'domain_id', 'domain_id_2', 'shared_id', 'shared_id_2'];
|
||||
|
||||
public static function deleteLabelsAssignedTo($service_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue