9 lines
87 B
PHP
9 lines
87 B
PHP
<?php
|
|
|
|
namespace App\Models\Traits\SanghMember\Scopes;
|
|
|
|
trait SanghMemberScope
|
|
{
|
|
|
|
}
|