관리-도구
편집 파일: Currency.php
<?php namespace App; use Illuminate\Database\Eloquent\Model; class Currency extends Model { /** * The table associated with the model. * * @var string */ protected $table = 'currency'; }