Projekt

Obecné

Profil

Stáhnout (121 Bajtů) Statistiky
| Větev: | Revize:
1
<?php
2

    
3
namespace App\Events;
4

    
5
use Illuminate\Queue\SerializesModels;
6

    
7
abstract class Event
8
{
9
    use SerializesModels;
10
}
(1-1/2)