mirror of
https://github.com/flarum/core.git
synced 2025-07-25 02:31:17 +02:00
Laravel automatically adds a table prefix to any table names, so we need to wrap our aliased table in DB::raw.
Laravel automatically adds a table prefix to any table names, so we need to wrap our aliased table in DB::raw.