* добавлены операции и услуги операций
* добавлена выборка и подсчет по датам для роли зав. * переключатель ролей * выбор отделений для роли зав.
This commit is contained in:
15
app/Models/UnwantedEvent.php
Normal file
15
app/Models/UnwantedEvent.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class UnwantedEvent extends Model
|
||||
{
|
||||
protected $primaryKey = 'unwanted_event_id';
|
||||
|
||||
protected $fillable = [
|
||||
'rf_report_id',
|
||||
'comment'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user