- added it_test_user_timezone

- refactored set_time_by_user_timezone
This commit is contained in:
Peter Papp
2021-07-23 17:36:05 +02:00
parent 32d54fa50e
commit 7b65d868c4
4 changed files with 33 additions and 11 deletions
+1
View File
@@ -14,6 +14,7 @@ use Illuminate\Database\Eloquent\Factories\HasFactory;
* @method static find(array|string $setting)
* @property string value
* @property string name
* @property mixed timezone
*/
class Setting extends Model
{