8 lines
67 B
PHP
8 lines
67 B
PHP
<?php
|
|
namespace catcher\base;
|
|
|
|
abstract class CatchController
|
|
{
|
|
|
|
}
|