Browse Source

Fix Users manager

Visman 3 years ago
parent
commit
28c24e1849
1 changed files with 4 additions and 2 deletions
  1. 4 2
      app/Models/User/Users.php

+ 4 - 2
app/Models/User/Users.php

@@ -150,8 +150,10 @@ class Users extends Manager
 
 
         return $this->create(
         return $this->create(
             [
             [
-                'id'       => 0,
-                'group_id' => FORK_GROUP_GUEST,
+                'id'          => 0,
+                'group_id'    => FORK_GROUP_GUEST,
+                'time_format' => 0,
+                'date_format' => 0,
             ]
             ]
             + $attrs
             + $attrs
             + $cache
             + $cache