DIR: /proc/thread-self/cwd/app/Models/ |
Current File : //proc/thread-self/cwd/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); } } |