ok

Mini Shell

Direktori : /home2/selectio/www/billingsoftwarenew/core/app/Models/
Upload File :
Current File : /home2/selectio/www/billingsoftwarenew/core/app/Models/FdrPlan.php

<?php

namespace App\Models;

use App\Traits\GlobalStatus;
use Illuminate\Database\Eloquent\Model;

class FdrPlan extends Model
{
    use GlobalStatus;

    public function verifications()
    {
        return $this->morphMany(OtpVerification::class, 'verifiable');
    }
}

Zerion Mini Shell 1.0