Refactor variable and function names for consistency

This commit is contained in:
Andras Bacsai
2024-10-25 10:59:12 +02:00
parent 35a1307e7b
commit 2877080a39
5 changed files with 23 additions and 24 deletions

View File

@@ -3,9 +3,6 @@
namespace App\Notifications\Server;
use App\Models\Server;
use App\Notifications\Channels\DiscordChannel;
use App\Notifications\Channels\EmailChannel;
use App\Notifications\Channels\TelegramChannel;
use App\Notifications\Dto\DiscordMessage;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;