mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-29 14:59:30 -05:00
remove: empty class methods
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user