We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3459695 commit 84f093bCopy full SHA for 84f093b
README.md
@@ -63,7 +63,7 @@ public function role(): BelongsTo {
63
// app/Models/Role.php
64
// columns: id, name
65
66
-public function roles(): HasMany {
+public function users(): HasMany {
67
return $this->hasMany(User::class);
68
}
69
```
0 commit comments