mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:27:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
class InvoiceDesign extends Eloquent
 | 
						|
{
 | 
						|
  public $timestamps = false;
 | 
						|
  protected $softDelete = false;  
 | 
						|
}
 |