Skip to content

Commit

Permalink
Update to use Traitify - #15 resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Nov 27, 2024
1 parent 796da15 commit 7d11b3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 49 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
],
"require": {
"php": "^8.1 | ^8.2 | ^8.3",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0"
"cleaniquecoders/traitify": "^1.0",
"illuminate/contracts": "^9.0 | ^10.0 | ^11.0",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down
46 changes: 0 additions & 46 deletions src/Concerns/InteractsWithUuid.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Models/MailHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace CleaniqueCoders\MailHistory\Models;

use CleaniqueCoders\MailHistory\Concerns\InteractsWithHash;
use CleaniqueCoders\MailHistory\Concerns\InteractsWithUuid;
use CleaniqueCoders\Traitify\Concerns\InteractsWithUuid;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

Expand Down

0 comments on commit 7d11b3a

Please sign in to comment.