fix foot composer

This commit is contained in:
Pig Fang 2020-05-31 16:43:52 +08:00
parent eabcc540e2
commit b8a4dd8e34

View File

@ -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)