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