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