refactor! v1.1
This commit is contained in:
@@ -1,17 +1,4 @@
|
||||
<?php
|
||||
class Label{
|
||||
|
||||
public function __construct(Repo $repo,$data){
|
||||
$this->repo=$repo;
|
||||
$this->data=$data;
|
||||
}
|
||||
|
||||
public function getData(){
|
||||
return $this->data;
|
||||
}
|
||||
|
||||
public function getRepo(){
|
||||
return $this->repo;
|
||||
}
|
||||
class Label extends GiteaRepoData{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user