first commit
This commit is contained in:
17
Swoft_BackEndApi/app/Application.php
Executable file
17
Swoft_BackEndApi/app/Application.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
|
||||
namespace App;
|
||||
|
||||
|
||||
use Swoft\SwoftApplication;
|
||||
|
||||
/**
|
||||
* Class Application
|
||||
*
|
||||
* @since 2.0
|
||||
*/
|
||||
class Application extends SwoftApplication
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user