KeyForgotten.php 92B

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