From 7f3a4a798abf2c4d8ce522b9eb544fc02c05cd51 Mon Sep 17 00:00:00 2001 From: rotimi Date: Wed, 5 Jun 2024 18:26:02 -0600 Subject: [PATCH] Documentation Updates --- docs/indtroduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/indtroduction.md b/docs/indtroduction.md index 2517901..65f10cf 100644 --- a/docs/indtroduction.md +++ b/docs/indtroduction.md @@ -49,3 +49,5 @@ The Model class also acts as a Data Mapper by being able to map: - migration (packages like [Phinx](https://github.com/cakephp/phinx), etc. can be used) Most of these deliberately omitted features can be easily implemented in your applications by extending LeanOrm classes and creating new methods or overriding existing methods and adding the necessary code there or by using other composer installable packages that provide the desired functionality. + +[Next >>>](./indtroduction.md)