<?php declare(strict_types=1); namespace TestApp\Model\Table; use Cake\ORM\Table; /** * Used to test correct class is instantiated when using $this->getTableLocator()->get(); */ class UsersTable extends Table { }