From 2cc619a998a6b98e01282001e22df1447714d8d8 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 5 Jul 2015 12:25:51 +0930 Subject: [PATCH] Remove todo --- src/Core/Model.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Core/Model.php b/src/Core/Model.php index 62b52936b..f52b21a04 100755 --- a/src/Core/Model.php +++ b/src/Core/Model.php @@ -12,12 +12,6 @@ use LogicException; * Adds the ability for custom relations to be added to a model during runtime. * These relations behave in the same way that you would expect; they can be * queried, eager loaded, and accessed as an attribute. - * - * @todo Refactor out validation, either into a trait or into a dependency. - * The following requirements need to be fulfilled: - * - Ability for extensions to alter ruleset (add, modify, remove). - * - Ability for extensions to add custom rules to the validator instance. - * - Use Flarum's translator with the validator instance. */ abstract class Model extends Eloquent {