From d232bb4672a8dfaa3a8c85d1c284a2c738ce9080 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 19 Sep 2019 22:21:44 +0800 Subject: [PATCH] Remove unused code --- app/helpers.php | 7 ------- 1 file changed, 7 deletions(-) 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) {