mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-29 20:51:09 -04:00 
			
		
		
		
	v5.0.0 update
This commit is contained in:
		| @ -32,4 +32,13 @@ class ExpenseCategoryRequest extends FormRequest | ||||
|             ], | ||||
|         ]; | ||||
|     } | ||||
|  | ||||
|     public function getExpenseCategoryPayload() | ||||
|     { | ||||
|         return collect($this->validated()) | ||||
|             ->merge([ | ||||
|                 'company_id' => $this->header('company') | ||||
|             ]) | ||||
|             ->toArray(); | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user