Skip to content

Commit

Permalink
Añadida la carpeta Worker al crear el plugin desde cero
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel89fg committed Jul 5, 2024
1 parent b6ab1c4 commit 6598f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsmaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ private function createPluginAction()
$folders = [
'Assets/CSS', 'Assets/Images', 'Assets/JS', 'Controller', 'Data/Codpais/ESP', 'Data/Lang/ES', 'Extension/Controller',
'Extension/Model', 'Extension/Table', 'Extension/XMLView', 'Extension/View', 'Model/Join', 'Table', 'Translation', 'View', 'XMLView',
'Test/main', 'CronJob', 'Mod'
'Test/main', 'CronJob', 'Mod', 'Worker'
];
foreach ($folders as $folder) {
$this->createFolder($name . '/' . $folder);
Expand Down

0 comments on commit 6598f04

Please sign in to comment.