Changeset 120759b for app/Models
- Timestamp:
- 10/15/21 00:21:44 (3 years ago)
- Branches:
- develop, master
- Children:
- d795fa6
- Parents:
- 24a616f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Models/User.php
r24a616f r120759b 3 3 namespace App\Models; 4 4 5 use Illuminate\Database\Eloquent\Factories\HasFactory; 5 6 use Illuminate\Support\Str; 6 7 use Illuminate\Notifications\Notifiable; … … 10 11 { 11 12 use Notifiable; 13 use HasFactory; 12 14 13 15 protected $table = "users";
Note:
See TracChangeset
for help on using the changeset viewer.