refactor user in upload controllers

This commit is contained in:
Čarodej
2022-04-21 16:57:38 +02:00
parent 8be0ae2a62
commit 409ab8c03f
7 changed files with 19 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ use VueFileManager\Subscription\App\User\Traits\Billable;
* @method static where(string $string, string $string1)
* @method static create(array $array)
* @method static find(mixed $email)
* @method canUpload(int $size)
*/
class User extends Authenticatable implements MustVerifyEmail
{