first upload all files
This commit is contained in:
10
Modules/Tax/Resources/lang/en/permissions.php
Normal file
10
Modules/Tax/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'taxes' => [
|
||||
'index' => 'Index Tax',
|
||||
'create' => 'Create Tax',
|
||||
'edit' => 'Edit Tax',
|
||||
'destroy' => 'Delete Tax',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user