aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/StdRegistrationMaster.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class StdRegistrationMaster extends Model { protected $primaryKey = 'idRegDocument'; protected $table = 'registration_documents_master'; protected $fillable = ['documentName', 'path']; }