mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 05:14:46 +02:00
Eggs should not be manually created
This commit is contained in:
parent
0ef015bb0e
commit
0961d6314c
13
app/Policies/EggPolicy.php
Normal file
13
app/Policies/EggPolicy.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Policies;
|
||||
|
||||
use App\Models\User;
|
||||
|
||||
class EggPolicy
|
||||
{
|
||||
public function create(User $user): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user