Skip to content

Commit da6323f

Browse files
Merge branch 'add-logger' of github.com:liam-wiltshire/laravel-jit-loader into add-logger
2 parents efec083 + 1bb22d6 commit da6323f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Concerns/AutoloadsRelationships.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ trait AutoloadsRelationships
3333

3434

3535
/**
36-
* Decide if we are using autoloading in this instance
36+
* Check to see if we should autoload
3737
* @return bool
3838
*/
3939
private function shouldAutoLoad(): bool
@@ -145,7 +145,7 @@ public function newCollection(array $models = []): Collection
145145
}
146146

147147
/**
148-
* Disable autoloading of relationships via this model
148+
* Disable autoloading of relationships on this model
149149
* @return Model
150150
*/
151151
public function disableAutoload(): Model

0 commit comments

Comments
 (0)