Lae/app/Helpers/HttpEvent.php
2022-08-12 15:56:56 +08:00

9 lines
53 B
PHP

<?php
namespace App\Helpers;
trait HttpEvent
{
}