From 2f80e1cc77e0148aab474007117bf7abc091715b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 14 Jan 2018 21:40:53 +0200 Subject: [PATCH] Working on UBL --- app/Http/Controllers/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index 3f92cb3ce669..b46a24d45e55 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -24,7 +24,7 @@ class DashboardController extends BaseController */ public function index() { - dd(dispatch(new \App\Jobs\ConvertInvoiceToUbl(\App\Models\Invoice::find(51)))); + //dd(dispatch(new \App\Jobs\ConvertInvoiceToUbl(\App\Models\Invoice::find(51)))); $user = Auth::user(); $viewAll = $user->hasPermission('view_all');