移除 未使用的构造函数

This commit is contained in:
iVampireSP.com 2023-03-01 22:55:06 +08:00
parent b7cad9f0a6
commit 4ad741c18f
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -12,16 +12,6 @@ class UserCharged extends Notification implements ShouldQueue
{ {
use Queueable; use Queueable;
/**
* Create a new notification instance.
*
* @return void
*/
public function __construct()
{
//
}
/** /**
* Get the notification's delivery channels. * Get the notification's delivery channels.
*/ */