File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
declare (strict_types=1 );
3
4
4
5
namespace WoohooLabs \Zen \Examples ;
9
10
use WoohooLabs \Zen \Config \Preload \PreloadConfig ;
10
11
use WoohooLabs \Zen \Config \Preload \PreloadConfigInterface ;
11
12
use WoohooLabs \Zen \Config \Preload \Psr4NamespacePreload ;
12
- use WoohooLabs \ Zen \ Examples \ Controller \ AbstractController ;
13
- use WoohooLabs \ Zen \ Examples \ Controller \ ControllerInterface ;
13
+
14
+ use function dirname ;
14
15
15
16
class CompilerConfig extends AbstractCompilerConfig
16
17
{
Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
declare (strict_types=1 );
3
4
4
5
namespace WoohooLabs \Zen \Examples ;
@@ -60,7 +61,7 @@ protected function getDefinitionHints(): array
60
61
UserController::class,
61
62
AuthenticationController::class,
62
63
]
63
- )
64
+ ),
64
65
];
65
66
}
66
67
You can’t perform that action at this time.
0 commit comments