mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 07:58:41 +00:00
remove empty line
This commit is contained in:
parent
dbae99d7d0
commit
0011323536
|
|
@ -26,5 +26,4 @@ use phpOMS\Module\StatusAbstract;
|
|||
*/
|
||||
class Status extends StatusAbstract
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,5 +26,4 @@ use phpOMS\Module\UninstallerAbstract;
|
|||
*/
|
||||
class Uninstaller extends UninstallerAbstract
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,5 +26,4 @@ use phpOMS\Module\UpdaterAbstract;
|
|||
*/
|
||||
class Updater extends UpdaterAbstract
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ use phpOMS\Views\View;
|
|||
*/
|
||||
final class BackendController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
* Routing end-point for application behaviour.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ use phpOMS\Module\WebInterface;
|
|||
*/
|
||||
class Controller extends ModuleAbstract implements WebInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* Module path.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ namespace Modules\Surveys\Models;
|
|||
*/
|
||||
class Answer
|
||||
{
|
||||
|
||||
/**
|
||||
* ID.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ namespace Modules\Surveys\Models;
|
|||
*/
|
||||
class Question
|
||||
{
|
||||
|
||||
/**
|
||||
* ID.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ namespace Modules\Surveys\Models;
|
|||
*/
|
||||
class Section
|
||||
{
|
||||
|
||||
/**
|
||||
* ID.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ namespace Modules\Surveys\Models;
|
|||
*/
|
||||
class Survey
|
||||
{
|
||||
|
||||
/**
|
||||
* ID.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user