Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 1a4d546

Browse files
committed
Small doc tweak
1 parent cad6c13 commit 1a4d546

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Commands/Import.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ protected function sync(Model $model)
126126
// If the field is a loaded class, we can
127127
// assume it's an attribute handler.
128128
if (class_exists($ldapField)) {
129+
// We will construct the attribute handler using Laravel's
130+
// IoC to allow developers to utilize application
131+
// dependencies in the constructor.
129132
$handler = app($ldapField);
130133

131134
if (! method_exists($handler, 'handle')) {

0 commit comments

Comments
 (0)