diff options
author | Willy Micieli <micieli@laposte.net> | 2019-08-19 10:54:48 +0200 |
---|---|---|
committer | Willy Micieli <micieli@laposte.net> | 2019-08-19 10:54:48 +0200 |
commit | 0bd00f852b51d2b011b5c88974b8ad25861be151 (patch) | |
tree | d2a3bb1e09ee07c4aa90a1be98b4469be277ea57 | |
parent | 8ac1ca2debb513a13b4ac2c48840d70520fb4b7a (diff) | |
download | shaolin-0bd00f852b51d2b011b5c88974b8ad25861be151.zip shaolin-0bd00f852b51d2b011b5c88974b8ad25861be151.tar.gz |
delete example in readme
-rw-r--r-- | README.md | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -51,16 +51,4 @@ * Create an admin helper * Edit the `admin.php` inside the `app/Helpers` directory * Create a web helper - * Edit the `web.php` inside the `app/Helpers` directory - - * Example - - ```php - if(!function_exist('helper')) - { - function helper() - { - - } - } - ```
\ No newline at end of file + * Edit the `web.php` inside the `app/Helpers` directory
\ No newline at end of file |