diff options
author | emkael <emkael@tlen.pl> | 2016-03-16 23:10:51 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-03-16 23:10:51 +0100 |
commit | 13d445accd893adcba94f4a2fb74e5649d6c8595 (patch) | |
tree | a25a158958f506ce4c130757ae5845b8b0785597 /app/php/components/UpcomingEvents.php | |
parent | 6839a125d4d0643642e6a9ed5342b29150eed13a (diff) |
* Prado::using specified
Diffstat (limited to 'app/php/components/UpcomingEvents.php')
-rw-r--r-- | app/php/components/UpcomingEvents.php | 1 |
1 files changed, 0 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 { |