diff --git a/app/helpers.php b/app/helpers.php index 26d4746b..f59aaed2 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -6,13 +6,6 @@ use Carbon\Carbon; use Illuminate\Support\Arr; use Illuminate\Support\Str; -if (! function_exists('webpack_assets')) { - function webpack_assets(string $path): string - { - return resolve(\App\Services\Webpack::class)->url($path); - } -} - if (! function_exists('plugin')) { function plugin(string $name) {