Removed unusued parameter
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1a4aebf805
commit
9b6a36c8aa
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ trait TwoColumnUniqueUndeletedTrait
|
||||||
* @param string $field
|
* @param string $field
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function prepareTwoColumnUniqueUndeletedRule($parameters, $field)
|
protected function prepareTwoColumnUniqueUndeletedRule($parameters)
|
||||||
{
|
{
|
||||||
$column = $parameters[0];
|
$column = $parameters[0];
|
||||||
$value = $this->{$parameters[0]};
|
$value = $this->{$parameters[0]};
|
||||||
|
|
Loading…
Add table
Reference in a new issue