8 lines
63 B
PHP
8 lines
63 B
PHP
<?php
|
|
|
|
namespace App\Controllers\Trait;
|
|
|
|
trait CommonTrait
|
|
{
|
|
}
|