create team folder

This commit is contained in:
Peter Papp
2021-08-24 10:58:03 +02:00
parent fdd9c5a591
commit ca1d037975
20 changed files with 317 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Database\Eloquent\Relations\BelongsToMany;
/**
* @property mixed id
* @property string id
* @property Setting settings
* @property string email
* @property mixed favouriteFolders
@@ -34,6 +34,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
* @method static forceCreate(array $array)
* @method static where(string $string, string $string1, string $toDateString)
* @method static create(array $array)
* @method static find(mixed $email)
*/
class User extends Authenticatable implements MustVerifyEmail
{