9 lines
52 B
PHP
9 lines
52 B
PHP
<?php
|
|
|
|
namespace App\Helpers;
|
|
|
|
trait HttpEvent
|
|
{
|
|
|
|
}
|