worked on the new onboarding steps
This commit is contained in:
@@ -8,8 +8,10 @@ class UssdClientPayment extends Model
|
||||
{
|
||||
protected $guarded = array('id');
|
||||
public $table = "ussd_client_payments";
|
||||
|
||||
|
||||
public function client_info(){
|
||||
return $this->hasOne('App\Models\Client', 'id', 'client_id');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user