Explorar o código

Update comment

shalvah %!s(int64=3) %!d(string=hai) anos
pai
achega
6a001e403b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Tools/Utils.php

+ 1 - 0
src/Tools/Utils.php

@@ -199,6 +199,7 @@ class Utils
 
             foreach ($relations as $relation) {
                 // Support nested relations; see https://github.com/knuckleswtf/scribe/pull/364 for a detailed example
+                // Example: App\Models\Author with=posts.categories
                 $relationChain = explode('.', $relation);
                 $relationVector = array_shift($relationChain);