diff --git a/GuardHelpers.php b/GuardHelpers.php index 8e7b451c..6ec97561 100644 --- a/GuardHelpers.php +++ b/GuardHelpers.php @@ -13,7 +13,7 @@ trait GuardHelpers /** * The currently authenticated user. * - * @var \Illuminate\Contracts\Auth\Authenticatable + * @var \Illuminate\Contracts\Auth\Authenticatable|null */ protected $user;