Skip to content

Commit 4012720

Browse files
committed
revert to private
1 parent 150225e commit 4012720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/Input.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trait Input
2121
* @param bool|string $relationMethod
2222
* @return array
2323
*/
24-
public function splitInputIntoDirectAndRelations($inputs, $relationDetails = null, $relationMethod = false)
24+
private function splitInputIntoDirectAndRelations($inputs, $relationDetails = null, $relationMethod = false)
2525
{
2626
$crudFields = $relationDetails['crudFields'] ?? [];
2727
$model = $relationDetails['model'] ?? false;

0 commit comments

Comments
 (0)