Skip to content

Commit

Permalink
Refactoring helper classes
Browse files Browse the repository at this point in the history
  • Loading branch information
GaziYucel committed Jan 23, 2024
1 parent 67a949a commit 1e0ed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cd /path-to-some-latex-project
│ ├── Handler
│ │ └── PluginHandler.php # Main plugin handler / controller
│ ├── Helpers # Helper classes
│ │ ├── ArticleSubmissionFile.php # Add submission files to submission
│ │ ├── SubmissionFileHelper.php # Add submission files to submission
│ │ ├── FileSystemHelper.php # FileSystem methods
│ │ ├── LogHelper.php # Logging methods
│ │ └── ZipHelper.php # ZipArchive methods
Expand Down

0 comments on commit 1e0ed68

Please sign in to comment.