mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	timestamps false for LabelsAssigned
timestamps false for LabelsAssigned
This commit is contained in:
		
							parent
							
								
									266d67f986
								
							
						
					
					
						commit
						aadfc481ac
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -11,6 +11,8 @@ class LabelsAssigned extends Model
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public $incrementing = false;
 | 
					    public $incrementing = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public $timestamps = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public $table = 'labels_assigned';
 | 
					    public $table = 'labels_assigned';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    protected $fillable = ['label_id', 'service_id'];
 | 
					    protected $fillable = ['label_id', 'service_id'];
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue