preparations
This commit is contained in:
parent
8543ebac7f
commit
c44f035dcd
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
web/version.txt
|
web/version.txt
|
||||||
|
database.sqlite3
|
@ -17,7 +17,7 @@ class User extends Model {
|
|||||||
'dogs' => ['type'=> 'array','default'=>[]],
|
'dogs' => ['type'=> 'array','default'=>[]],
|
||||||
'tournaments' =>['type'=> 'array','default'=>[]],
|
'tournaments' =>['type'=> 'array','default'=>[]],
|
||||||
'photo' => ['type'=>'text','default'=>'https://pictshare.net/pj7vzx.jpg'],
|
'photo' => ['type'=>'text','default'=>'https://pictshare.net/pj7vzx.jpg'],
|
||||||
'theme' => ['type'=>'text','default'=>'light'], //light/dark
|
'theme' => ['type'=>'text','default'=>'light'], //light/dark
|
||||||
'active' => ['type'=>'int','default'=>0]
|
'active' => ['type'=>'int','default'=>0]
|
||||||
);
|
);
|
||||||
protected $hidden = ['password','token'];
|
protected $hidden = ['password','token'];
|
||||||
|
Reference in New Issue
Block a user