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')