From a96ed88e9c729d8d0f191ffa0ed9e5b473c653e5 Mon Sep 17 00:00:00 2001 From: Fredrick Peter Date: Sun, 13 Oct 2024 04:47:52 +0100 Subject: [PATCH] update --- Laravel.php | 4 ++-- Tests/url.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Laravel.php b/Laravel.php index 2214a28..b7ca400 100644 --- a/Laravel.php +++ b/Laravel.php @@ -28,7 +28,7 @@ public function cssDirective() $class = str_replace(['"', "'"], '', $class); // fullpath - $assets = asset($path, true); + $assets = tasset($path, true); return ""; }); @@ -48,7 +48,7 @@ public function jsDirective() $class = str_replace(['"', "'"], '', $class); // fullpath - $assets = asset($path, true); + $assets = tasset($path, true); return ""; }); diff --git a/Tests/url.php b/Tests/url.php index fbb3bec..0b865a0 100644 --- a/Tests/url.php +++ b/Tests/url.php @@ -14,7 +14,7 @@ dd( domain(), domain('admin'), - asset('zip.php'), + tasset('zip.php'), urlHelper()->server(),