mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Fix test
This commit is contained in:
parent
a970f0c69e
commit
0a4d635b9e
@ -11,4 +11,6 @@ class JobModel extends Model
|
||||
protected $useSoftDeletes = false;
|
||||
|
||||
protected $dateFormat = 'integer';
|
||||
|
||||
protected $allowedFields = ['name', 'description'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user