Changeset e6c1f87 for app/Models


Ignore:
Timestamp:
10/18/21 19:54:18 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
b9c4a92
Parents:
bd9e8e3
Message:

added pagination, is_important

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Models/Document.php

    rbd9e8e3 re6c1f87  
    88class Document extends Model
    99{
     10    use HasFactory;
    1011    protected $table = "documents";
    1112
    12     protected $fillable = ["arch_id", "name", "description", "user_id", "department_id"];
     13    protected $fillable = ["arch_id", "name", "description", "user_id", "department_id", "is_important"];
     14
    1315
    1416    public function user() {
Note: See TracChangeset for help on using the changeset viewer.