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