fix : _ide_helper.php 헬퍼 추가
- 개발 보조 기능
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
use App\Traits\ModelTrait;
|
||||
use App\Models\Scopes\TenantScope;
|
||||
|
||||
/**
|
||||
* @mixin IdeHelperMenu
|
||||
*/
|
||||
class Menu extends Model
|
||||
{
|
||||
use SoftDeletes, BelongsToTenant, ModelTrait;
|
||||
|
||||
Reference in New Issue
Block a user