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