Current Path : /home/thenclexdoctor.com/.trash/app/Models/ |
Current File : /home/thenclexdoctor.com/.trash/app/Models/Currency.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Currency extends Model { protected $table = 'currencies'; public $timestamps = false; protected $dateFormat = 'U'; protected $guarded = ['id']; static $currencyPositions = ['left', 'right', 'left_with_space', 'right_with_space']; }
Sorry, this page is not available...