summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/php/facades/EventFacade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/php/facades/EventFacade.php b/app/php/facades/EventFacade.php
index be84dfd..909ca2a 100644
--- a/app/php/facades/EventFacade.php
+++ b/app/php/facades/EventFacade.php
@@ -1,9 +1,9 @@
<?php
Prado::using('Application.facades.Facade');
-Prado::using('Application.user.DbUser');
-Prado::using('Application.model.Calendar');
Prado::using('Application.dto.EventDTO');
+Prado::using('Application.model.Calendar');
+Prado::using('Application.user.DbUser');
class EventFacade extends Facade {