task: adds event log module

This commit is contained in:
Brock H Caldwell
2025-11-01 15:27:21 -05:00
parent f5732fbcea
commit 6fbd56c952
9 changed files with 259 additions and 0 deletions

View File

@@ -6,6 +6,14 @@ controllersBase:
defaults:
schemes: [ 'https' ]
controllersEventLog:
resource:
path: ../src/EventLog/Framework/Controller/
namespace: App\EventLog\Framework\Controller
type: attribute
defaults:
schemes: [ 'https' ]
controllersLibrary:
resource:
path: ../src/Library/Framework/Controller/