mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Fix initialize function name
This commit is contained in:
parent
065e74c9be
commit
f487f92f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ trait WithReadied
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function initializeSoftDeletes()
|
public function initializeWithReadied()
|
||||||
{
|
{
|
||||||
$this->casts['readied'] = 'datetime';
|
$this->casts['readied'] = 'datetime';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue