From 34e1d4e20d7b336e8ad57abbe9458e4137adad5e Mon Sep 17 00:00:00 2001 From: pbergsmann Date: Fri, 17 Oct 2014 16:21:12 +0200 Subject: [PATCH] [BUGFIX] Wrong usage of use statement Resolves errors like "The use statement with non-compound name 'Client' has no effect" --- app/controllers/ClientApiController.php | 3 +-- app/controllers/InvoiceApiController.php | 3 +-- app/controllers/PaymentApiController.php | 3 +-- app/controllers/QuoteApiController.php | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/controllers/ClientApiController.php b/app/controllers/ClientApiController.php index 7ed6c9fce926..3a1abc6fd135 100644 --- a/app/controllers/ClientApiController.php +++ b/app/controllers/ClientApiController.php @@ -1,7 +1,6 @@