This commit is contained in:
Graham Campbell
2014-12-30 18:19:22 +00:00
parent df101a27c2
commit 509f582539
36 changed files with 143 additions and 111 deletions
+4 -1
View File
@@ -14,7 +14,9 @@ class Service extends Eloquent
/**
* Returns a decoded properties object for the service.
* @param string $properties
*
* @param string $properties
*
* @return object
*/
public function getPropertiesAttribute($properties)
@@ -24,6 +26,7 @@ class Service extends Eloquent
/**
* Sets the properties attribute which auto encodes to a JSON string.
*
* @param mixed $properties
*/
public function setPropertiesAttribute($properties)