Sergei Predvoditelev
Sergei Predvoditelev
> NullLogger is there for this purpose Yes, optional: `private readonly LoggerInterface $logger = new NullLogger()`
Looks cool! But I suggest do it in separate package.
Check you PHP settings. I tested with `xdebug.mode=develop` and it's work.
@TiaNex-Com Can you show stack trace of error?
How about this solution: https://github.com/yiisoft/data/issues/206?
How to understand which order is default?
Order in `Sort` object is field name + order direction, e. g. "id asc". Configuration may contains a lot of fields, how we can understand which field should use by...
For set default order we should select field also, not only direction. How we can understand which field should use by default? For example, configuration: `['id' => ..., 'name' =>...
What is `Yiisoft\FriendlyException\Attribute\FriendlyException` ?
Closed in favor #105