Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/cakephp/acl/tests/test_app/Plugin/TestPlugin/src/Model/Entity/TestPluginAuthUser.php
<?php

namespace TestPlugin\Model\Entity;

use
Cake\ORM\Entity;

class
TestPluginAuthUser extends Entity
{
}