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/StyleFile.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/StyleFile.php') diff --git a/src/StyleFile.php b/src/StyleFile.php index ea3e425..0007215 100644 --- a/src/StyleFile.php +++ b/src/StyleFile.php @@ -4,14 +4,9 @@ namespace Lightscale\LaralightAssets; class StyleFile 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