Skip to content

Commit

Permalink
added blank functions file
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRutlandWeb committed Feb 13, 2021
1 parent 5c8a5c7 commit 439b45a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"autoload": {
"psr-4": {
"Plugin\\": "app/"
}
},
"files": [
"functions.php"
]
},
"require": {
"php": "^7.3",
Expand Down
1 change: 1 addition & 0 deletions functions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php

0 comments on commit 439b45a

Please sign in to comment.