1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 22:56:46 +02:00

refactor(flextype): code formating and refactoring

This commit is contained in:
Awilum
2020-12-02 13:47:23 +03:00
parent db42ea07d6
commit 6525595abf

View File

@@ -9,8 +9,8 @@ declare(strict_types=1);
namespace Flextype\Foundation;
use Psr\Container\ContainerInterface;
use Exception;
use Psr\Container\ContainerInterface;
use Slim\App;
use function is_null;
@@ -36,6 +36,7 @@ final class Flextype extends App
*/
protected function __clone()
{
throw new Exception('Cannot clone a Flextype.');
}
/**