]> BookStack Code Mirror - bookstack/blob - app/Events/Event.php
Found the source of the issue, not sure how to fix
[bookstack] / app / Events / Event.php
1 <?php
2
3 namespace BookStack\Events;
4
5 abstract class Event
6 {
7     //
8 }