diff --git a/src/View/Components/MixBase.php b/src/View/Components/MixBase.php index 1e9f1b6..c57de51 100644 --- a/src/View/Components/MixBase.php +++ b/src/View/Components/MixBase.php @@ -53,9 +53,7 @@ public function __construct($manifestDirectory = '', $integrity = null, $crossor $this->files = collect(json_decode(file_get_contents($manifestPath), true)) ->keys() ->groupBy(function ($key) { - - preg_match('/\.([^\.]+)$/', $key, $matches); - + preg_match('/\.([^\.]+)$/', $key, $matches); return $matches[1]; }); }