diff --git a/.gitignore b/.gitignore index 6e51a97..d85ecfa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ composer.lock vendor/ -.idea/ \ No newline at end of file +.idea/ +.phpunit.result.cache \ No newline at end of file diff --git a/README.md b/README.md index 701c012..a0e0918 100644 --- a/README.md +++ b/README.md @@ -300,8 +300,6 @@ We recommend that you add these helper functions to your project. These will all To implement the functions below, simply copy the code to a new file and require the file before initializing the router or copy the `helpers.php` we've included in this library. ```php -