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