Skip to content

Conversation

@guvra
Copy link

@guvra guvra commented Dec 24, 2025

Fixes the following error when using mago in strict mode in tempest projects:

error[non-existent-class-like]: Class, Interface, or Trait `tempest\database\builder\querybuilders\supportswhereconditions` does not exist.
   ┌─ app/Repository/RecordRepository.php:50:1650 │           return query(Record::class)
   │ ╭────────────────^
51 │ │             ->select()
52 │ │             ->with('categories')
53 │ │             ->where('id = ?', $id)
   │ ╰──────────────────────────────────^ This expression refers to a non-existent class-like type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant