Files
Global-Jain/app/Models/Traits/Vihar/Methods/ViharMethods.php
2025-11-05 10:37:10 +05:30

16 lines
203 B
PHP

<?php
namespace App\Models\Traits\Sant\Methods;
trait SantMethods
{
// /**
// * @return bool
// */
// public function isActive()
// {
// return $this->status;
// }
}