From: Vincent Vanwaelscappel Date: Tue, 6 Dec 2022 11:16:02 +0000 (+0100) Subject: wait #5626 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8f9932092ab092c90320f76dd78693eacbd51417;p=cubedesigners_userdatabase.git wait #5626 --- diff --git a/src/app/Models/User.php b/src/app/Models/User.php index 9ad9c8d..01656cd 100644 --- a/src/app/Models/User.php +++ b/src/app/Models/User.php @@ -224,8 +224,6 @@ class User extends CubistMagicAuthenticatable /** @var $user self */ return in_array($user->id, $this->getManagedUsers()); } - - public static function addOwnerClause(Builder $builder) { $bu = backpack_user();