9 lines
66 B
PHP
9 lines
66 B
PHP
<?php
|
|
|
|
namespace App\Models\Traits;
|
|
|
|
trait Settingable
|
|
{
|
|
//
|
|
}
|