File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ protected function __construct(){
66
66
'addContainer ' => function (\Psr \Container \ContainerInterface $ container ) {
67
67
return $ this ->getContainer ()->addContainer ($ container );
68
68
},
69
- 'setKernel ' => function (\frdlweb \AppInterface $ kernel ) {
69
+ 'setKernel ' => function (\Frdlweb \AppInterface $ kernel ) {
70
70
$ this ->kernel = $ kernel ;
71
71
return $ this ;
72
72
},
73
- 'getKernel ' => function (bool $ load = true ) : \frdlweb \AppInterface {
73
+ 'getKernel ' => function (bool $ load = true ) : \Frdlweb \AppInterface {
74
74
if (true === $ load && null === $ this ->kernel ){
75
75
$ this ->setKernel ( \Webfan \Webfat \App \Kernel::mutex () );
76
76
}
@@ -79,9 +79,7 @@ protected function __construct(){
79
79
'isLocalhost ' => function () :bool {
80
80
return $ _SERVER ['REMOTE_ADDR ' ] === '127.0.0.1 ' ;
81
81
},
82
- ]);
83
-
84
- //$this->obj = $this->obj();
82
+ ]);
85
83
}
86
84
87
85
public function getObject (){
You can’t perform that action at this time.
0 commit comments