ok
Direktori : /home2/selectio/public_html/limpiar.in.net/app/Models/ |
Current File : //home2/selectio/public_html/limpiar.in.net/app/Models/AppSettings.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class AppSettings extends Model { public function currency() { return $this->belongsTo(Currency::class); } }