mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Added table name for trait
This commit is contained in:
parent
16fe53928c
commit
b30369f7ce
|
@ -10,6 +10,7 @@ class Supplier extends Model
|
|||
{
|
||||
use SoftDeletes;
|
||||
protected $dates = ['deleted_at'];
|
||||
protected $table = 'suppliers';
|
||||
|
||||
protected $rules = array(
|
||||
'name' => 'required|min:3|max:255|unique_undeleted',
|
||||
|
|
Loading…
Reference in a new issue