Added missing configs
This commit is contained in:
14
config/debug.php
Normal file
14
config/debug.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* AVSDev UF Tweaks (https://avsdev.uk)
|
||||
*
|
||||
* @link https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks
|
||||
* @license https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks/blob/master/LICENSE.md (LGPL-3.0 License)
|
||||
*/
|
||||
|
||||
return [
|
||||
'debug' => [
|
||||
'tokens' => true,
|
||||
],
|
||||
];
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
return [
|
||||
'debug' => [
|
||||
'auth' => true,
|
||||
'tokens' => false,
|
||||
],
|
||||
/*
|
||||
* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user