diff --git a/framework/helper.class.php b/framework/helper.class.php index 4c86c132f2..4ee55422d6 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -9,6 +9,7 @@ * May you find forgiveness for yourself and forgive others. * May you share freely, never taking more than you give. */ + /** * The helper class, contains the tool functions. * diff --git a/framework/model.class.php b/framework/model.class.php index e7d9e2755f..22b37c0779 100755 --- a/framework/model.class.php +++ b/framework/model.class.php @@ -9,6 +9,7 @@ * May you find forgiveness for yourself and forgive others. * May you share freely, never taking more than you give. */ + /** * The base class of model. *