A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

11 satır
121B

  1. <?php
  2. namespace App\Events;
  3. use Illuminate\Queue\SerializesModels;
  4. abstract class Event
  5. {
  6. use SerializesModels;
  7. }