Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/friendsofcake/crud-json-api/tests/App/Model/Table/CurrenciesTable.php
<?php
namespace CrudJsonApi\Test\App\Model\Table;

class
CurrenciesTable extends \Cake\ORM\Table
{
    public function
initialize(array $config)
    {
       
$this->hasMany('Countries');
    }
}