Skip to content

Add option to set joinType in alias. Currently set to be LEFT

Must be wither INNER(default) or LEFT

infotechnohelp\bakery\src\Templates\CakePhp\Table\InitializeMethodRelationsTemplate.php

                    $result .=
                        "'joinType' => 'INNER',\n" .
                        "]);\n" .
                        "\n";