summaryrefslogtreecommitdiff
path: root/app/php/facades/EventFacade.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-03-16 23:10:51 +0100
committeremkael <emkael@tlen.pl>2016-03-16 23:10:51 +0100
commit13d445accd893adcba94f4a2fb74e5649d6c8595 (patch)
treea25a158958f506ce4c130757ae5845b8b0785597 /app/php/facades/EventFacade.php
parent6839a125d4d0643642e6a9ed5342b29150eed13a (diff)
* Prado::using specified
Diffstat (limited to 'app/php/facades/EventFacade.php')
-rw-r--r--app/php/facades/EventFacade.php3
1 files changed, 3 insertions, 0 deletions
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 {