Skip to content
Snippets Groups Projects
Event.php 62 B
Newer Older
  • Learn to ignore specific revisions
  • Dominik Hebeler's avatar
    Dominik Hebeler committed
    <?php
    
    namespace App\Events;
    
    abstract class Event
    {
        //
    }