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

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