mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
8 lines
157 B
PHP
8 lines
157 B
PHP
<?php
|
|
|
|
namespace SYSTEM\API;
|
|
|
|
abstract class api_default {
|
|
public static function default_page(){
|
|
throw new RuntimeException("Unimplemented");}
|
|
} |