chore: remove helpers.php (#2917)

* chore: remove helpers.php

* chore(docs): remove helpers.php reference from readme
This commit is contained in:
Brandon
2022-01-02 14:11:43 -06:00
committed by GitHub
parent a0f94fede0
commit 933cd9ae3a
3 changed files with 1 additions and 9 deletions

View File

@@ -92,7 +92,6 @@ themes/your-theme-name/ # → Root of your Sage based theme
│ ├── Providers/ # → Service providers
│ ├── View/ # → View models
│ ├── filters.php # → Theme filters
│ ├── helpers.php # → Helper functions
│ └── setup.php # → Theme setup
├── composer.json # → Autoloading for `app/` files
├── public/ # → Built theme assets (never edit)