mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
Invoice & Clients sorting
This commit is contained in:
@@ -20,7 +20,6 @@ class InvoiceProfileController extends Controller
|
||||
$user = Auth::user();
|
||||
|
||||
if ($user->invoiceProfile) {
|
||||
|
||||
return response(
|
||||
new InvoiceProfileResource($user->invoiceProfile),
|
||||
200
|
||||
|
||||
Reference in New Issue
Block a user