Modules\Recipe\Sidebar\SidebarExtender::__construct PHP Method

__construct() public method

public __construct ( Modules\Core\Contracts\Authentication $auth )
$auth Modules\Core\Contracts\Authentication
    public function __construct(Authentication $auth)
    {
        $this->auth = $auth;
    }