Skip to content

Commit 7017b40

Browse files
committed
Apply fixes from StyleCI
1 parent bc9b279 commit 7017b40

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasUlids.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Illuminate\Database\Eloquent\Concerns;
44

5-
use Illuminate\Database\Eloquent\ModelNotFoundException;
65
use Illuminate\Support\Str;
76

87
trait HasUlids

src/Illuminate/Database/Eloquent/Concerns/HasUniqueStringIds.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Illuminate\Database\Eloquent\Concerns;
44

55
use Illuminate\Database\Eloquent\ModelNotFoundException;
6-
use Illuminate\Support\Str;
76

87
trait HasUniqueStringIds
98
{
@@ -42,7 +41,6 @@ public function uniqueIds()
4241
return [$this->getKeyName()];
4342
}
4443

45-
4644
/**
4745
* Retrieve the model for a bound value.
4846
*
@@ -93,5 +91,4 @@ public function getIncrementing()
9391

9492
return $this->incrementing;
9593
}
96-
9794
}

src/Illuminate/Database/Eloquent/Concerns/HasUuids.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Illuminate\Database\Eloquent\Concerns;
44

5-
use Illuminate\Database\Eloquent\ModelNotFoundException;
65
use Illuminate\Support\Str;
76

87
trait HasUuids

0 commit comments

Comments
 (0)