Ar::find()

Model::find() returning AR or AQ according to param type is a little bit confusing, don’t you think?

IMHO Model::find()->where([‘id’ => 1])->one() is already short enough.

Or something like Model::find()->byPk(1), if the query involves static::primaryKey().