aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/FoodVendor.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class FoodVendor extends Model { protected $table = 'canteen_food_vendor'; protected $fillable = ['idFinancialYear','idSchool', 'name', 'mobile', 'email','address', 'order_time']; }