Skip to content

Commit

Permalink
installtion changes
Browse files Browse the repository at this point in the history
  • Loading branch information
subhobiswas committed Oct 7, 2024
1 parent e7165d5 commit 8e8ac69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/permissions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'role_table' => 'roles',
'permission_table' => 'permissions',
'user_table' => 'users',
// Add other configuration options as needed
];

0 comments on commit 8e8ac69

Please sign in to comment.