mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:47:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			132 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			132 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php namespace App\Models;
 | 
						|
 | 
						|
class Timezone extends Eloquent
 | 
						|
{
 | 
						|
    public $timestamps = false;
 | 
						|
    protected $softDelete = false;
 | 
						|
}
 |