<?php
declare(strict_types=1);
/*
* This file is part of dacore bundle for Contao.
*
* (c) Benjamin Roth
*
* @license commercial
*/
use vossmedien\DacoreBundle\Model\VrApiUserCounterModel;
$GLOBALS['TL_MODELS']['tl_vr_api_user_counter'] = VrApiUserCounterModel::class;