Changeset 120759b for app/Models


Ignore:
Timestamp:
10/15/21 00:21:44 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
d795fa6
Parents:
24a616f
Message:

added UserFactory, edited html, added delete to departments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/Models/User.php

    r24a616f r120759b  
    33namespace App\Models;
    44
     5use Illuminate\Database\Eloquent\Factories\HasFactory;
    56use Illuminate\Support\Str;
    67use Illuminate\Notifications\Notifiable;
     
    1011{
    1112    use Notifiable;
     13    use HasFactory;
    1214
    1315    protected $table = "users";
Note: See TracChangeset for help on using the changeset viewer.