diff options
Diffstat (limited to 'app/php')
-rw-r--r-- | app/php/components/UpcomingEvents.php | 1 | ||||
-rw-r--r-- | app/php/facades/EventFacade.php | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/php/components/UpcomingEvents.php b/app/php/components/UpcomingEvents.php index 08341d8..27fa8c6 100644 --- a/app/php/components/UpcomingEvents.php +++ b/app/php/components/UpcomingEvents.php @@ -1,7 +1,6 @@ <?php Prado::using('Application.facades.EventFacade'); -Prado::using('Application.dto.EventDTO'); class UpcomingEvents extends TTemplateControl { diff --git a/app/php/facades/EventFacade.php b/app/php/facades/EventFacade.php index 7897d05..be84dfd 100644 --- a/app/php/facades/EventFacade.php +++ b/app/php/facades/EventFacade.php @@ -1,6 +1,9 @@ <?php Prado::using('Application.facades.Facade'); +Prado::using('Application.user.DbUser'); +Prado::using('Application.model.Calendar'); +Prado::using('Application.dto.EventDTO'); class EventFacade extends Facade { |