Skip to content

Commit 713e568

Browse files
authored
Update README.md
1 parent a1aea4d commit 713e568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To use the `ModelHasNumber` trait, simply include it in your Eloquent model:
4141
namespace App\Models;
4242

4343
use Illuminate\Database\Eloquent\Model;
44-
use Labrodev\Uuidable\ModelHasNumber;
44+
use Labrodev\Numberable\ModelHasNumber;
4545

4646
class ExampleModel extends Model
4747
{

0 commit comments

Comments
 (0)