mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	fix migration and api changes
This commit is contained in:
		| @ -25,11 +25,6 @@ class MailSender extends Model | ||||
|         return $this->belongsTo(Company::class); | ||||
|     } | ||||
|  | ||||
|     public function setSettingsAttribute($value) | ||||
|     { | ||||
|         $this->attributes['settings'] = json_encode($value); | ||||
|     } | ||||
|  | ||||
|     public function scopeWhereOrder($query, $orderByField, $orderBy) | ||||
|     { | ||||
|         $query->orderBy($orderByField, $orderBy); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user