mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-20 09:50:33 +00:00
Initial commit
This commit is contained in:
10
app/Dto/GitHubApiBranch.php
Normal file
10
app/Dto/GitHubApiBranch.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Dto;
|
||||
|
||||
use Spatie\DataTransferObject\DataTransferObject;
|
||||
|
||||
class GitHubApiBranch extends DataTransferObject {
|
||||
public string $name;
|
||||
public bool $protected;
|
||||
}
|
||||
Reference in New Issue
Block a user