Форматирование
This commit is contained in:
@@ -7,10 +7,11 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class DepartmentType extends Model
|
||||
{
|
||||
protected $primaryKey = 'department_type_id';
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = [
|
||||
'name_full',
|
||||
'name_short'
|
||||
'name_short',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user