Skip to content

Commit

Permalink
tambahkan models ke novauser.php
Browse files Browse the repository at this point in the history
model ini berguna untuk penambahan permission dan role saat instalasi
  • Loading branch information
anditsung committed Aug 6, 2020
1 parent c89bc05 commit 8685910
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/novauser.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

],

"models" => [
"role" => \Tsung\NovaUserManagement\Models\Role::class,
"permission" => \Tsung\NovaUserManagement\Models\Permission::class,
],

'fields' => [
'permission-checkbox' => [
/*
Expand Down

0 comments on commit 8685910

Please sign in to comment.