_user = $user; return true; } protected $_user = null; /** * */ public function __construct() { $this->_user = \Auth::user(); } }