KeyForgotten.php 92 B

12345678
  1. <?php
  2. namespace Illuminate\Cache\Events;
  3. class KeyForgotten extends CacheEvent
  4. {
  5. //
  6. }