Projekt

Obecné

Profil

Stáhnout (203 Bajtů) Statistiky
| Větev: | Revize:
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
}
(2-2/2)