vd/vendor/illuminate/cache/Events/KeyForgotten.php
2018-11-05 09:26:30 +08:00

9 lines
92 B
PHP

<?php
namespace Illuminate\Cache\Events;
class KeyForgotten extends CacheEvent
{
//
}