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