mirror of
https://github.com/flarum/core.git
synced 2025-07-24 02:01:19 +02:00
- Use existing `selectRaw()` method to avoid using the global `app()` helper as a service locator, which hides dependencies. - Do the same for the join. - The `Expression` is necessary to prevent the aliased column from being prefixed with the database table prefix, if configured.