Appzcoder\CrudGenerator\Commands\CrudModelCommand::replaceRelationshipPlaceholder PHP Method

replaceRelationshipPlaceholder() protected method

remove the relationships placeholder when it's no longer needed
protected replaceRelationshipPlaceholder ( &$stub )
$stub
    protected function replaceRelationshipPlaceholder(&$stub)
    {
        $stub = str_replace('{{relationships}}', '', $stub);
        return $this;
    }