app/Events/LibraryChanged.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Events;

class LibraryChanged extends Event
{
}