diff options
Diffstat (limited to 'app/Model/Transition.php')
-rw-r--r-- | app/Model/Transition.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Transition.php b/app/Model/Transition.php index ac3fba54..b1f8f678 100644 --- a/app/Model/Transition.php +++ b/app/Model/Transition.php @@ -1,6 +1,6 @@ <?php -namespace Model; +namespace Kanboard\Model; /** * Transition model |