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.
2 parents b7cf090 + cfaa662 commit b0377cdCopy full SHA for b0377cd
app/Models/User.php
@@ -50,6 +50,6 @@ protected function casts(): array
50
public function canAccessPanel(Panel $panel): bool
51
{
52
/* TODO: Please implement your own logic here. */
53
- return true; // str_ends_with($this->email, '@example.com');
+ return true; // str_ends_with($this->email, '@larament.test');
54
}
55
0 commit comments