mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
added guest_try_to_get_private_user_folder test
This commit is contained in:
@@ -257,7 +257,7 @@ class User extends Authenticatable
|
||||
*/
|
||||
protected static function boot()
|
||||
{
|
||||
parent::boot();
|
||||
parent::booted();
|
||||
|
||||
static::creating(function ($user) {
|
||||
$user->id = Str::uuid();
|
||||
|
||||
Reference in New Issue
Block a user