Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Aug 15, 2023
1 parent 88bd34f commit 0caf0be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Aspect/MorphToAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/main/README.md
* @contact huangdijia@gmail.com
*/

namespace FriendsOfHyperf\ModelMorphAddon\Aspect;

use Hyperf\Database\Model\Model;
Expand Down
1 change: 1 addition & 0 deletions src/Aspect/QueriesRelationshipsAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/main/README.md
* @contact huangdijia@gmail.com
*/

namespace FriendsOfHyperf\ModelMorphAddon\Aspect;

use Hyperf\Database\Model\Concerns\QueriesRelationships;
Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/main/README.md
* @contact huangdijia@gmail.com
*/

namespace FriendsOfHyperf\ModelMorphAddon;

use FriendsOfHyperf\ModelMorphAddon\Aspect\MorphToAspect;
Expand Down

0 comments on commit 0caf0be

Please sign in to comment.