back to int
Build and push / Pulling repo on server (push) Successful in 3s Details

This commit is contained in:
Chris 2023-10-30 23:43:49 +01:00
parent 95a564b859
commit 0126cea6b1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class User extends Model {
'dogs' => ['type'=> 'array','default'=>[]],
'tournaments' => ['type'=> 'array','default'=>[]],
'photo' => ['type'=>'text','default'=>'https://pictshare.net/pj7vzx.jpg'],
'active' => ['type'=>'bool','default'=>0]
'active' => ['type'=>'int','default'=>0]
);
protected $hidden = ['password','token'];