Skip to content

Commit

Permalink
Removing get parameters method
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Aug 14, 2015
1 parent 3a958e1 commit a86ea05
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
All Notable changes to `jobs-juju` will be documented in this file

## 0.1.1 - 2015-08-14

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Updated to v1.0.3 of jobs-common

### Removed
- getParameters method

### Security
- Nothing

## 0.1.0 - 2015-07-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=5.5.0",
"jobbrander/jobs-common": "~1.0"
"jobbrander/jobs-common": "~1.0.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down
10 changes: 0 additions & 10 deletions src/Juju.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,6 @@ public function getLocation()
return null;
}

/**
* Get parameters
*
* @return array
*/
public function getParameters()
{
return [];
}

/**
* Get query string for client based on properties
*
Expand Down

0 comments on commit a86ea05

Please sign in to comment.