ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/public_html/billingsoftwarenew/core/app/Models/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/public_html/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