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