9 lines
81 B
PHP
9 lines
81 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Models\Traits\SantTemp\Scopes;
|
||
|
|
|
||
|
|
trait SantTempScope
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|