mirror of
https://github.com/typemill/typemill.git
synced 2025-08-25 23:06:29 +02:00
Version 1.1.0 Introducing Plugins, Event-Dispatcher and CookieConsent
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use Typemill\Controllers\PageController;
|
||||
use Typemill\Controllers\SetupController;
|
||||
|
||||
if(!isset($userSettings))
|
||||
if($settings['settings']['setup'])
|
||||
{
|
||||
$app->get('/setup', SetupController::class . ':setup')->setName('setup');
|
||||
$app->post('/setup', SetupController::class . ':save')->setName('save');
|
||||
|
Reference in New Issue
Block a user