Skip to content

Commit 16a33b4

Browse files
Change visibility of getActiveCascadingDeletes
1 parent a58a74f commit 16a33b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CascadeSoftDeletes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function getCascadingDeletes()
9292
*
9393
* @return array
9494
*/
95-
private function getActiveCascadingDeletes()
95+
protected function getActiveCascadingDeletes()
9696
{
9797
return array_filter($this->getCascadingDeletes(), function ($relationship) {
9898
return ! is_null($this->{$relationship});

0 commit comments

Comments
 (0)