mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 04:04:45 +02:00
11 lines
140 B
PHP
11 lines
140 B
PHP
<?php
|
|
|
|
namespace App\Policies;
|
|
|
|
class WebhookConfigurationPolicy
|
|
{
|
|
use DefaultPolicies;
|
|
|
|
protected string $modelName = 'webhook';
|
|
}
|