Simple forum software for building great communities.
Go to file
Franz Liedke 928b360135 Clean up database query
- 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.
2019-07-11 22:35:19 +02:00
framework/core Clean up database query 2019-07-11 22:35:19 +02:00