autofixes

This commit is contained in:
Dennis Eichhorn 2023-08-30 12:08:10 +00:00
parent eb25681cbb
commit bedb4ae390
3 changed files with 3 additions and 4 deletions

View File

@ -240,7 +240,6 @@ final class BackendController extends Controller
->where(SupplierMapper::HAS_MANY['files']['self'], '=', $supplier->id) ->where(SupplierMapper::HAS_MANY['files']['self'], '=', $supplier->id)
->where(MediaTypeMapper::TABLE . '.' . MediaTypeMapper::getColumnByMember('name'), '=', 'supplier_profile_image'); ->where(MediaTypeMapper::TABLE . '.' . MediaTypeMapper::getColumnByMember('name'), '=', 'supplier_profile_image');
$clientImage = MediaMapper::get() $clientImage = MediaMapper::get()
->with('types') ->with('types')
->where('id', $results) ->where('id', $results)