Skip to content

Commit

Permalink
Update Role.php
Browse files Browse the repository at this point in the history
Update Permission And Role Model for static table
  • Loading branch information
MirHamit authored Oct 7, 2023
1 parent 402515c commit 13d9161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class Role extends Model
{
use HasFactory;
protected $table = 'roles';

protected $fillable = [
'name',
Expand Down

0 comments on commit 13d9161

Please sign in to comment.