9 lines
74 B
PHP
9 lines
74 B
PHP
<?php
|
|
|
|
namespace KTXF\Controller;
|
|
|
|
abstract class ControllerAbstract
|
|
{
|
|
|
|
}
|