block-explorer/src/Model/Entity/Input.php
Akinwale Ariwodola f48e9f8b46 Local sync commit
2017-06-13 19:54:56 +01:00

11 lines
No EOL
93 B
PHP

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