Skip to content

Commit d2f9917

Browse files
committed
fix php cs
1 parent 163201d commit d2f9917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Translatable/Contracts/Translatable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Astrotomic\Translatable\Contracts;
44

55
use Illuminate\Database\Eloquent\Model;
6-
use Illuminate\Database\Eloquent\Relations\HasMany;
76
use Illuminate\Database\Eloquent\Relations\HasOne;
7+
use Illuminate\Database\Eloquent\Relations\HasMany;
88

99
interface Translatable
1010
{

src/Translatable/Traits/Relationship.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Astrotomic\Translatable\Traits;
44

5-
use Illuminate\Database\Eloquent\Relations\HasMany;
65
use Illuminate\Database\Eloquent\Relations\HasOne;
6+
use Illuminate\Database\Eloquent\Relations\HasMany;
77

88
/**
99
* @property-read string $translationModel

0 commit comments

Comments
 (0)