Skip to content

Commit

Permalink
Merge pull request #422 from wayofdev/fix/infection
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Jun 13, 2024
2 parents 65047bf + c0db28a commit bf33177
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions app/src/Domain/Category/Models/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Domain\Category\Models;

use Database\Factories\CategoryFactory;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

final class Category extends Model
Expand Down
2 changes: 0 additions & 2 deletions app/src/Domain/Product/Models/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

namespace Domain\Product\Models;

use Database\Factories\ProductFactory;
use Domain\Category\Models\Category;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;

Expand Down
2 changes: 0 additions & 2 deletions app/src/Domain/User/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Domain\User\Models;

use Database\Factories\UserFactory;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;

Expand Down
3 changes: 3 additions & 0 deletions app/src/Support/StringUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace Support;

use function strtolower;
use function ucwords;

/**
* This is a stub class, just to show purpose of Support layer.
*/
Expand Down

0 comments on commit bf33177

Please sign in to comment.