block-explorer/src/Model/Entity/Claim.php
2017-06-15 18:22:56 +01:00

11 lines
No EOL
93 B
PHP

<?php
namespace App\Model\Entity;
use Cake\ORM\Entity;
class Claim extends Entity {
}
?>