Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jun 12, 2023
1 parent e6ac4f3 commit fe23f1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions publish/trigger.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?php

declare(strict_types=1);

use function Hyperf\Support\env;

/**
* This file is part of hyperf-trigger.
*
* @link https://github.com/friendsofhyperf/trigger
* @document https://github.com/friendsofhyperf/trigger/blob/main/README.md
* @contact [email protected]
*/
use function Hyperf\Support\env;

return [
'connections' => [
'default' => [
Expand Down

0 comments on commit fe23f1d

Please sign in to comment.