%PDF- %PDF-
Direktori : /var/www/html/rental/app/Models/ |
Current File : /var/www/html/rental/app/Models/Document.php |
<?php class Document extends Eloquent { protected $table = 'document'; public $timestamps = false; //added after timestamps error log. protected $guarded = array('id'); }