ok
Direktori : /home2/selectio/www/billingsoftwarenew/core/app/Models/ |
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'); } }