We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30ee3f commit b979136Copy full SHA for b979136
src/Script/FromFileWithPlaceholders.php
@@ -5,7 +5,6 @@
5
namespace Zmyslny\LaravelInlineScripts\Script;
6
7
use Illuminate\Support\Str;
8
-use Override;
9
use Zmyslny\LaravelInlineScripts\Contracts\ScriptWithPlaceholders;
10
11
abstract class FromFileWithPlaceholders extends FromFile implements ScriptWithPlaceholders
@@ -18,7 +17,6 @@ public function getPlaceholders(): array
18
17
return [];
19
}
20
21
- #[Override]
22
public function render(): string
23
{
24
$content = parent::render();
0 commit comments