Update demon routes to use /v1/

This commit is contained in:
Dane Everitt
2017-09-30 21:00:24 -05:00
parent 15d38ce823
commit b1834307d5
25 changed files with 55 additions and 67 deletions

View File

@@ -194,7 +194,6 @@ class OptionController extends Controller
$this->optionUpdateService->handle($option, $request->all());
$this->alert->success(trans('admin/services.options.notices.option_updated'))->flash();
} catch (NoParentConfigurationFoundException $exception) {
dd('hodor');
$this->alert->danger($exception->getMessage())->flash();
}