laravel pint format

This commit is contained in:
itsAzaria
2026-02-19 00:40:35 +00:00
parent ac4b6f166f
commit e2fbce88c4
6 changed files with 34 additions and 32 deletions
-4
View File
@@ -2,8 +2,6 @@
namespace App\Traits;
use Discord\Parts\Interactions\Interaction;
trait SlashCommandHelpers
{
protected function reply($interaction, string $title, string $content)
@@ -27,7 +25,6 @@ trait SlashCommandHelpers
);
}
protected function setConfig($interaction, string $key, $value)
{
$oldValue = \App\Models\Config::get($key);
@@ -41,7 +38,6 @@ trait SlashCommandHelpers
return $this->reply($interaction, 'Config Updated', $message);
}
protected function viewConfig($interaction, string $key)
{
$currentValue = \App\Models\Config::get($key);