9 lines
73 B
PHP
9 lines
73 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Models\Traits\Sant\Scopes;
|
||
|
|
|
||
|
|
trait SantScope
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|