Skip to content

Commit b979136

Browse files
committed
chore: remove not php 8.2 features
1 parent e30ee3f commit b979136

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Script/FromFileWithPlaceholders.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Zmyslny\LaravelInlineScripts\Script;
66

77
use Illuminate\Support\Str;
8-
use Override;
98
use Zmyslny\LaravelInlineScripts\Contracts\ScriptWithPlaceholders;
109

1110
abstract class FromFileWithPlaceholders extends FromFile implements ScriptWithPlaceholders
@@ -18,7 +17,6 @@ public function getPlaceholders(): array
1817
return [];
1918
}
2019

21-
#[Override]
2220
public function render(): string
2321
{
2422
$content = parent::render();

0 commit comments

Comments
 (0)