From 35e124960f3103d0cebc5b843054930c730998ab Mon Sep 17 00:00:00 2001 From: Sam Light Date: Mon, 31 Mar 2025 23:20:55 +0100 Subject: Changes to the File classes --- src/ScriptFile.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/ScriptFile.php') diff --git a/src/ScriptFile.php b/src/ScriptFile.php index f8f11cd..b1c4449 100644 --- a/src/ScriptFile.php +++ b/src/ScriptFile.php @@ -4,14 +4,9 @@ namespace Lightscale\LaralightAssets; class ScriptFile extends File { - public function __construct(string $path) - { - $this->setPath($path); - } - public function toHtml(): string { - $path = $this->getPath(); + $path = $this->getUrl(); return ""; } } -- cgit v1.2.3