%PDF- %PDF-
Direktori : /home/eirtvhdf/vmullen.hire-va.com/wp-content/plugins/depicter/app/src/Database/Entity/ |
Current File : //home/eirtvhdf/vmullen.hire-va.com/wp-content/plugins/depicter/app/src/Database/Entity/Option.php |
<?php namespace Depicter\Database\Entity; use Averta\WordPress\Database\Entity\Model; class Option extends Model { /** * Resource name. * * @var string */ protected $resource = 'depicter_options'; /** * Determines what fields can be saved without be explicitly. * * @var array */ protected $fillable = [ 'option_name', 'option_value' ]; protected $guard = [ 'id' ]; }