1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:14:03 +00:00

Fix initialize function name

This commit is contained in:
j.stein 2022-01-18 08:44:06 +01:00
parent 065e74c9be
commit f487f92f0d

View file

@ -31,7 +31,7 @@ trait WithReadied
* *
* @return void * @return void
*/ */
public function initializeSoftDeletes() public function initializeWithReadied()
{ {
$this->casts['readied'] = 'datetime'; $this->casts['readied'] = 'datetime';
} }