Ignore:
Timestamp:
10/21/21 23:45:59 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
4b7e2d3
Parents:
6b95845
Message:

added fileTypes controller, notifications, excel export, edited views

File:
1 moved

Legend:

Unmodified
Added
Removed
  • app/Models/Folder.php

    r6b95845 rc6b84df  
    66use Illuminate\Database\Eloquent\Model;
    77
    8 class Document extends Model
     8class Folder extends Model
    99{
    1010    use HasFactory;
    11     protected $table = "documents";
     11    protected $table = "folders";
    1212
    13     protected $fillable = ["arch_id", "name", "description", "user_id", "department_id", "is_important"];
     13    protected $fillable = ["arch_id", "name", "description", "location", "user_id", "department_id", "is_important"];
    1414
    1515
Note: See TracChangeset for help on using the changeset viewer.