Skip to content

Commit

Permalink
Merge branch 'add-logger' of github.com:liam-wiltshire/laravel-jit-lo…
Browse files Browse the repository at this point in the history
…ader into add-logger
  • Loading branch information
liam-wiltshire committed Jun 15, 2019
2 parents efec083 + 1bb22d6 commit da6323f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concerns/AutoloadsRelationships.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ trait AutoloadsRelationships


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

/**
* Disable autoloading of relationships via this model
* Disable autoloading of relationships on this model
* @return Model
*/
public function disableAutoload(): Model
Expand Down

0 comments on commit da6323f

Please sign in to comment.