pass $project parameter by reference
This commit is contained in:
parent
55d0add9e7
commit
510d50843a
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class TwingleApiCall {
|
||||||
* Returns a response array that contains title, id, project_id and status
|
* Returns a response array that contains title, id, project_id and status
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function updateProject(TwingleProject $project) {
|
public function updateProject(TwingleProject &$project) {
|
||||||
|
|
||||||
$values = $project->export();
|
$values = $project->export();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue