Skip to content

Commit 7428c9f

Browse files
author
Eugene Tupikov
committed
Changed methods visibility
1 parent 06b3d24 commit 7428c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MultipleInputColumn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getElementName($index, $withPrefix = true)
6161
*
6262
* @return string
6363
*/
64-
private function getInputNamePrefix()
64+
protected function getInputNamePrefix()
6565
{
6666
$model = $this->context->model;
6767
if ($model instanceof Model) {
@@ -73,7 +73,7 @@ private function getInputNamePrefix()
7373
return $this->context->name;
7474
}
7575

76-
private function hasModelAttribute($name)
76+
protected function hasModelAttribute($name)
7777
{
7878
$model = $this->context->model;
7979

0 commit comments

Comments
 (0)