diff options
Diffstat (limited to 'app/View/Components/Wah.php')
-rw-r--r-- | app/View/Components/Wah.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php index aeb5757..fc5f599 100644 --- a/app/View/Components/Wah.php +++ b/app/View/Components/Wah.php @@ -9,8 +9,7 @@ use Illuminate\Support\Facades\Config; use Illuminate\Support\Facades\Http; use Illuminate\View\Component; -class Wah extends Component -{ +class Wah extends Component { /** * Create a new component instance. */ |