mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-13 23:38:43 +00:00
Models cannot be final because of NullModels
This commit is contained in:
parent
6e493b7811
commit
af5fa6adff
|
|
@ -25,7 +25,7 @@ use Modules\Profile\Models\Profile;
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Client
|
class Client
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user