File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ protected function getPropertiesFromMethods($model)
595
595
*
596
596
* @return bool
597
597
*/
598
- private function isRelationNullable (string $ relation , Relation $ relationObj ): bool
598
+ protected function isRelationNullable (string $ relation , Relation $ relationObj ): bool
599
599
{
600
600
$ reflectionObj = new \ReflectionObject ($ relationObj );
601
601
@@ -830,7 +830,7 @@ public function getParameters($method)
830
830
* @param string $className
831
831
* @return string
832
832
*/
833
- private function getCollectionClass ($ className )
833
+ protected function getCollectionClass ($ className )
834
834
{
835
835
// Return something in the very very unlikely scenario the model doesn't
836
836
// have a newCollection() method.
@@ -935,7 +935,7 @@ protected function getCollectionMethods($model)
935
935
* @param ReflectionClass $reflection
936
936
* @return string
937
937
*/
938
- private function getClassKeyword (ReflectionClass $ reflection )
938
+ protected function getClassKeyword (ReflectionClass $ reflection )
939
939
{
940
940
if ($ reflection ->isFinal ()) {
941
941
$ keyword = 'final ' ;
You can’t perform that action at this time.
0 commit comments