Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| App | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| 1 | <?php declare(strict_types=1); |
| 2 | /* |
| 3 | * This file is part of App Project. |
| 4 | * |
| 5 | * For the full copyright and license information, please view the LICENSE |
| 6 | * file that was distributed with this source code. |
| 7 | */ |
| 8 | /** |
| 9 | * Class App. |
| 10 | * |
| 11 | * @package app |
| 12 | * |
| 13 | * @see https://docs.aplus-framework.com/guides/projects/app/#the-global-class-app |
| 14 | */ |
| 15 | class App extends \Framework\MVC\App |
| 16 | { |
| 17 | } |