Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Feb 26, 2024
1 parent c203b2f commit 4a33eda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Kernel/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
use Hyperf\AsyncQueue\JobInterface;
use Hyperf\Context\ApplicationContext;
use Hyperf\ExceptionHandler\Formatter\FormatterInterface;
use Psr\Container\ContainerInterface;

if (! function_exists('di')) {
/**
* Finds an entry of the container by its identifier and returns it.
* @return mixed|\Psr\Container\ContainerInterface
* @return ContainerInterface|mixed
*/
function di(?string $id = null)
{
Expand Down

0 comments on commit 4a33eda

Please sign in to comment.