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