Initial commit.

This commit is contained in:
Abdulmhsen B. A. A
2022-02-10 16:41:48 +03:00
commit 1e13cc4bf1
61 changed files with 8537 additions and 0 deletions

10
.phpstorm.meta.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace PHPSTORM_META;
override(\App\Libs\Container::get(0), map(['' => '@']));
override(\App\Libs\Extends\PSRContainer::get(0), map(['' => '@']));
override(\Psr\Container\ContainerInterface::get(0), map(['' => '@']));
override(\League\Container\ReflectionContainer::get(0), map(['' => '@']));
override(\App\Libs\Container::getNew(0), map(['' => '@']));
override(\App\Libs\Extends\PSRContainer::getNew(0), map(['' => '@']));