| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace FluentCart\App\Models; |
| 4 | 4 | |
| 5 | 5 | use FluentCart\Framework\Database\Orm\Relations\MorphTo; |
| 6 | -use FluentCart\Framework\Database\Orm\Relations\hasOne; | |
| 6 | +use FluentCart\Framework\Database\Orm\Relations\HasOne; | |
| 7 | 7 | use FluentCart\App\Models\Concerns\CanSearch; |
| 8 | 8 | |
| 9 | 9 | class Activity extends Model |
| 10 | 10 | { |