Skip to content

Commit

Permalink
Add the missing setSlug for Sismo\Project
Browse files Browse the repository at this point in the history
  • Loading branch information
dator committed Apr 8, 2011
1 parent a27a12b commit 3d180c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Sismo/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ public function getSlug()
return $this->slug;
}

public function setSlug($slug)
{
$this->slug = $slug;
}

public function getRepository()
{
return $this->repository;
Expand Down

0 comments on commit 3d180c6

Please sign in to comment.