관리-도구
편집 파일: sms_gateway.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class sms_gateway extends Model { protected $table = 'sms_gateway'; protected $fillable = [ 'title', ]; }