mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
fix: resolve PHPStan static analysis warnings
This commit is contained in:
@@ -8,16 +8,14 @@ use Illuminate\Support\Facades\Event;
|
||||
class EventServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
* The event listener mappings for the application.
|
||||
*
|
||||
* @var array
|
||||
* 事件监听器映射
|
||||
* @var array<string, array<int, class-string>>
|
||||
*/
|
||||
protected $listen = [
|
||||
];
|
||||
|
||||
/**
|
||||
* Register any events for your application.
|
||||
*
|
||||
* 注册任何事件
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
|
||||
Reference in New Issue
Block a user