mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Update config references
This commit is contained in:
@@ -16,7 +16,7 @@ class FiscalYearsController extends Controller
|
||||
public function __invoke(Request $request)
|
||||
{
|
||||
return response()->json([
|
||||
'fiscal_years' => config('crater.fiscal_years'),
|
||||
'fiscal_years' => config('invoiceshelf.fiscal_years'),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user