diff options
author | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
---|---|---|
committer | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
commit | cebb14f59cb54b24861a9aef03b9fcbf57465967 (patch) | |
tree | e0ab70bbba4ebb4821fb9a354eef55d30da90558 /app/View/Components/Wah.php | |
parent | da992ff1b780bf687ba2093d36c2def943296ec5 (diff) |
Remove *more* unused stuff
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. */ |