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

Commit a96a84f

Browse files
committed
Merge pull request #170 from MrNomNom/master
"manager" does not appear as protected attribute anymore
2 parents e3ad5bb + 1c85476 commit a96a84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBook/Ardent/Ardent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ public static function configureAsExternal(array $connection) {
460460

461461
self::$externalValidator = true;
462462
self::$validationFactory = new ValidationFactory($translator);
463-
self::$validationFactory->setPresenceVerifier(new DatabasePresenceVerifier($db->manager));
463+
self::$validationFactory->setPresenceVerifier(new DatabasePresenceVerifier($db->getDatabaseManager()));
464464
}
465465

466466
/**

0 commit comments

Comments
 (0)