mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			178 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			178 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    [
 | 
						|
        'webhook_id' => 1,
 | 
						|
        'event_type' => 'account.edit',
 | 
						|
    ],
 | 
						|
    [
 | 
						|
        'webhook_id' => 2,
 | 
						|
        'event_type' => 'account.edit',
 | 
						|
    ],
 | 
						|
];
 |