Fresh L5 installation.

This commit is contained in:
James Cole
2015-02-06 04:39:52 +01:00
parent d16015d625
commit df165a817c
151 changed files with 20613 additions and 1 deletions

7
app/Events/Event.php Normal file
View File

@@ -0,0 +1,7 @@
<?php namespace App\Events;
abstract class Event {
//
}