mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
allow custom countries
This commit is contained in:
@@ -37,6 +37,7 @@ class CountryPolicy extends BasePolicy
|
||||
*/
|
||||
public function create(User $user): bool
|
||||
{
|
||||
dd($user);
|
||||
return $user->can((new \ReflectionClass($this))->getShortName().'.'.__FUNCTION__);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user