Refactored services Removed ShowDaysService and ShowInstanceService Combined all show actions into one ShowService
10 lines
No EOL
108 B
PHP
10 lines
No EOL
108 B
PHP
<?php
|
|
|
|
class Application_Service_CalendarService
|
|
{
|
|
public function __construct()
|
|
{
|
|
|
|
}
|
|
|
|
} |