added new report: project view (#1738)
This commit is contained in:
committed by
GitHub
parent
0b7d551048
commit
c34e9f576d
@@ -11,17 +11,8 @@ namespace App\Reporting;
|
||||
|
||||
final class Report implements ReportInterface
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $id;
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $label;
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $route;
|
||||
|
||||
public function __construct(string $id, string $route, string $label)
|
||||
|
||||
Reference in New Issue
Block a user