ok
Direktori : /proc/thread-self/root/home2/selectio/public_html/billingsoftwarenew/core/app/Models/ |
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'); } }