- Removed Ui def
This commit is contained in:
parent
8b6dd85fd5
commit
10fb17c7c3
|
@ -23,8 +23,6 @@ return [
|
||||||
return new BaseContext($c->get(Lean\Lean::class)->getPiceaContext());
|
return new BaseContext($c->get(Lean\Lean::class)->getPiceaContext());
|
||||||
},
|
},
|
||||||
|
|
||||||
Ui::class => autowire(Ui::class),
|
|
||||||
|
|
||||||
Compiler::class => autowire(Compiler::class),
|
Compiler::class => autowire(Compiler::class),
|
||||||
|
|
||||||
Request::class => autowire(Request::class),
|
Request::class => autowire(Request::class),
|
||||||
|
|
Loading…
Reference in New Issue