fix foot composer
This commit is contained in:
parent
eabcc540e2
commit
b8a4dd8e34
|
|
@ -31,12 +31,14 @@ class FootComposer
|
||||||
Request $request,
|
Request $request,
|
||||||
Webpack $webpack,
|
Webpack $webpack,
|
||||||
JavaScript $javascript,
|
JavaScript $javascript,
|
||||||
Dispatcher $dispatcher
|
Dispatcher $dispatcher,
|
||||||
|
Filter $filter
|
||||||
) {
|
) {
|
||||||
$this->request = $request;
|
$this->request = $request;
|
||||||
$this->webpack = $webpack;
|
$this->webpack = $webpack;
|
||||||
$this->javascript = $javascript;
|
$this->javascript = $javascript;
|
||||||
$this->dispatcher = $dispatcher;
|
$this->dispatcher = $dispatcher;
|
||||||
|
$this->filter = $filter;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function compose(View $view)
|
public function compose(View $view)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user