remove: empty class methods

This commit is contained in:
HDVinnie
2023-06-19 10:25:47 -04:00
parent d3f3510011
commit 48b2eff76f
10 changed files with 0 additions and 70 deletions
-7
View File
@@ -26,13 +26,6 @@ use Exception;
*/
class ClaimController extends Controller
{
/**
* RequestController Constructor.
*/
public function __construct(private readonly ChatRepository $chatRepository)
{
}
/**
* Claim A Torrent Request.
*/
@@ -20,13 +20,6 @@ use Illuminate\Support\Facades\Notification;
class NotifyStaffCommentWasCreated
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -20,13 +20,6 @@ use Illuminate\Support\Facades\Notification;
class NotifyStaffTicketWasAssigned
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -20,13 +20,6 @@ use Illuminate\Support\Facades\Notification;
class NotifyStaffTicketWasClosed
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -17,13 +17,6 @@ use App\Events\TicketCreated;
class NotifyStaffTicketWasCreated
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -17,13 +17,6 @@ use App\Events\CommentCreated;
class NotifyUserCommentWasCreated
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -18,13 +18,6 @@ use App\Notifications\UserTicketStale;
class NotifyUserTicketIsStale
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -17,13 +17,6 @@ use App\Events\TicketAssigned;
class NotifyUserTicketWasAssigned
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -17,13 +17,6 @@ use App\Events\TicketClosed;
class NotifyUserTicketWasClosed
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/
@@ -17,13 +17,6 @@ use App\Events\TicketCreated;
class NotifyUserTicketWasCreated
{
/**
* Create the event listener.
*/
public function __construct()
{
}
/**
* Handle the event.
*/