File: /var/www/vhosts/greenclinic.kz/test.greenclinic.kz/plugins/sanya/freelanse/models/StationarPage.php
<?php namespace Sanya\Freelanse\Models;
use Model;
/**
* Model
*/
class StationarPage extends Model
{
use \October\Rain\Database\Traits\Validation;
/*
* Disable timestamps by default.
* Remove this line if timestamps are defined in the database table.
*/
public $timestamps = false;
/**
* @var string The database table used by the model.
*/
public $table = 'sanya_freelanse_stationar_page';
protected $jsonable = ['doctors'];
/**
* @var array Validation rules
*/
public $rules = [
];
}