ok
Direktori : /proc/thread-self/root/proc/thread-self/root/home2/selectio/www/a1tex.in/app/Model/ |
Current File : //proc/thread-self/root/proc/thread-self/root/home2/selectio/www/a1tex.in/app/Model/Currency.php |
<?php namespace App\Model; use Illuminate\Database\Eloquent\Model; class Currency extends Model { protected $casts = [ 'exchange_rate' => 'float', 'status' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; protected $table = 'currencies'; }