first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace KupShop\RecommendersBundle\Translations;
|
||||
|
||||
use KupShop\I18nBundle\Translations\BaseTranslation;
|
||||
|
||||
class RecommendersTranslation extends BaseTranslation
|
||||
{
|
||||
protected $columns = [
|
||||
'title' => ['alias' => 'Nadpis', 'maxlength' => 100],
|
||||
];
|
||||
|
||||
protected $tableName = 'recommenders';
|
||||
|
||||
protected $tableAlias = 're';
|
||||
|
||||
protected $nameColumn = 'title';
|
||||
}
|
||||
Reference in New Issue
Block a user