Flarum\Http\WebApp\WebAppAssetsFactory::__construct PHP Method

__construct() public method

public __construct ( Application $app, Illuminate\Contracts\Cache\Repository $cache, LocaleManager $locales )
$app Flarum\Foundation\Application
$cache Illuminate\Contracts\Cache\Repository
$locales Flarum\Locale\LocaleManager
    public function __construct(Application $app, Repository $cache, LocaleManager $locales)
    {
        $this->app = $app;
        $this->cache = $cache;
        $this->locales = $locales;
    }
WebAppAssetsFactory