From 4f0a1789db01f12ebc4bd47e7e0594bf67b64daf Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 16 Nov 2013 01:14:52 -0500 Subject: [PATCH] Fixed license blades --- app/controllers/admin/LicensesController.php | 1 + app/views/backend/licenses/edit.blade.php | 67 +++++++++++++++++--- 2 files changed, 59 insertions(+), 9 deletions(-) diff --git a/app/controllers/admin/LicensesController.php b/app/controllers/admin/LicensesController.php index 3e2c1106a0..993d612850 100644 --- a/app/controllers/admin/LicensesController.php +++ b/app/controllers/admin/LicensesController.php @@ -4,6 +4,7 @@ use AdminController; use Input; use Lang; use License; +use DB; use Redirect; use Sentry; use Str; diff --git a/app/views/backend/licenses/edit.blade.php b/app/views/backend/licenses/edit.blade.php index cedff138fc..f15566aaf6 100755 --- a/app/views/backend/licenses/edit.blade.php +++ b/app/views/backend/licenses/edit.blade.php @@ -10,7 +10,7 @@ License Update :: @section('content')