Projeto

Geral

Perfil

Estatísticas
| Branch: | Revisão:

expressolivretools / app / Events / ExampleEvent.php @ 3e379cec

Histórico | Ver | Anotar | Baixar (203 Bytes)

1
<?php
2

    
3
namespace App\Events;
4

    
5
class ExampleEvent extends Event
6
{
7
    /**
8
     * Create a new event instance.
9
     *
10
     * @return void
11
     */
12
    public function __construct()
13
    {
14
        //
15
    }
16
}