From 2eaeaea6a18d671a0a7a2ad3d3c980f56f7f0d1e Mon Sep 17 00:00:00 2001 From: Michal Skogemann Date: Fri, 13 Jun 2025 09:26:26 +0200 Subject: [PATCH] Fix README import and code block --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ea8312..46f888e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ composer require michal78/laravel-tasks ```php // Add the HasTasks trait to your model -use Michal78\LaravelTasks\Traits\HasTasks; +use Michal78\Tasks\Traits\HasTasks; class User extends Model { @@ -49,8 +49,6 @@ $user->tasks()->completed()->get(); $user->tasks()->completed()->future()->get(); ``` -```php -``` ### Testing (Not implemented yet)