This commit is contained in:
2025-08-15 09:41:57 +08:00
parent a10cfc066a
commit e51fd9b825
3 changed files with 34 additions and 5 deletions

View File

@@ -12,4 +12,8 @@
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
return [];
return [
'' => [
app\middleware\AccessControl::class
]
];