Skip to content

New Model, Updated Permits requirement

Choose a tag to compare

@MGatner MGatner released this 26 Sep 15:17
· 20 commits to master since this release
36bdcf1

BaseModel has been removed and this package now contains its own extendable Model.php to leverage traits from Audits and Permits and extend Relations.

Existing projects should replace the published BaseModel in app/Models/ with the default CI4 version and have it extend \Tatter\Addins\Model.