- transferred to models

This commit is contained in:
2022-06-15 09:25:25 +02:00
parent 3435a45952
commit 691491a0b0
6 changed files with 7 additions and 10 deletions

View File

@@ -46,6 +46,7 @@ class User extends Authenticatable implements NotifiableInterface
protected $with = [
"profile",
];
protected $perPage = 50;
public function profile(): HasOne
{