18 lines
173 B
PHP
Executable File
18 lines
173 B
PHP
Executable File
<?php declare(strict_types=1);
|
|
|
|
|
|
namespace App;
|
|
|
|
|
|
use Swoft\SwoftApplication;
|
|
|
|
/**
|
|
* Class Application
|
|
*
|
|
* @since 2.0
|
|
*/
|
|
class Application extends SwoftApplication
|
|
{
|
|
|
|
}
|