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