mirror of
				https://github.com/beestat/app.git
				synced 2025-10-30 17:52:25 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			195 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			195 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * Stripe Event
 | |
|  *
 | |
|  * @author Jon Ziebell
 | |
|  */
 | |
| class stripe_event extends cora\crud {
 | |
| 
 | |
|   public static $exposed = [
 | |
|     'private' => [
 | |
|       'read_id'
 | |
|     ],
 | |
|     'public' => []
 | |
|   ];
 | |
| 
 | |
| }
 |