js = $js; } public static function make(string $js): static { return app(static::class, ['js' => $js]); } }