Files
Global-Jain/app/Models/Traits/Vihar/Methods/ViharMethods.php

16 lines
203 B
PHP
Raw Permalink Normal View History

2025-11-05 10:37:10 +05:30
<?php
namespace App\Models\Traits\Sant\Methods;
trait SantMethods
{
// /**
// * @return bool
// */
// public function isActive()
// {
// return $this->status;
// }
}