first upload all files
This commit is contained in:
8
app/Scaffold/Module/stubs/lang/permissions.stub
Normal file
8
app/Scaffold/Module/stubs/lang/permissions.stub
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => 'Index $TITLE_CASE_ENTITY_NAME$',
|
||||
'create' => 'Create $TITLE_CASE_ENTITY_NAME$',
|
||||
'edit' => 'Edit $TITLE_CASE_ENTITY_NAME$',
|
||||
'destroy' => 'Delete $TITLE_CASE_ENTITY_NAME$',
|
||||
];
|
||||
Reference in New Issue
Block a user