fix: rename all helper files to helpers.php

This commit is contained in:
Khoubza Younes
2022-12-26 12:22:42 +01:00
parent e18507241d
commit 398de5d74e
15 changed files with 14 additions and 14 deletions
+7 -7
View File
@@ -33,13 +33,13 @@
"Flasher\\": "src/"
},
"files": [
"src/Cli/Prime/notify.php",
"src/Noty/Prime/noty.php",
"src/Notyf/Prime/notyf.php",
"src/Pnotify/Prime/pnotify.php",
"src/Prime/flasher.php",
"src/SweetAlert/Prime/sweetalert.php",
"src/Toastr/Prime/toastr.php"
"src/Cli/Prime/helpers.php",
"src/Noty/Prime/helpers.php",
"src/Notyf/Prime/helpers.php",
"src/Pnotify/Prime/helpers.php",
"src/Prime/helpers.php",
"src/SweetAlert/Prime/helpers.php",
"src/Toastr/Prime/helpers.php"
]
},
"autoload-dev": {