1 <?php namespace App\Events;
1 <?php
2
3 abstract class Event {
3 namespace CorpusParole\Events;
4
5 //
5 abstract class Event
6
6 {
7 //
7 }
8 }