Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1.     private $security;
  2.  
  3.     public function __construct(Security $security)
  4.     {
  5.         $this->security = $security;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement