From 4f7aacd2891bca64111486fad2c420f76f388a00 Mon Sep 17 00:00:00 2001 From: rafageist Date: Thu, 4 Jul 2019 00:26:22 -0500 Subject: [PATCH] mutation --- README.md | 10 ++++++++++ src/ways.php | 2 ++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index a2d4d97..2ea31ff 100644 --- a/README.md +++ b/README.md @@ -188,3 +188,13 @@ ways::listen("/", function ($data = [], $args = [], $properties = []) { ]); ``` + +Enjoy! + +-- + +@rafageist + +Eng. Rafa Rodriguez + +https://rafageist.github.io \ No newline at end of file diff --git a/src/ways.php b/src/ways.php index 0f8826c..7aa3eac 100644 --- a/src/ways.php +++ b/src/ways.php @@ -17,8 +17,10 @@ * along with this program as the file LICENSE.txt; if not, please see * http://www.gnu.org/licenses/gpl.txt. * + * @package divengine/ways * @author Rafa Rodriguez [@rafageist] * @version 2.0.0 + * * @link https://divengine.com * @link https://divengine.com/ways * @link https://github.com/divengine/ways.git