Path : /var/www/html/solarwindia/app/Models/ |
Current File : /var/www/html/solarwindia/app/Models/State.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class State extends Model { protected $fillable = [ 'name', 'country_id' ]; }