mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-12 09:53:49 +09:00
Updates to vendors etc
This commit is contained in:
@@ -23,12 +23,9 @@ trait AddTrait
|
||||
{
|
||||
use LocalizedRouteTrait;
|
||||
|
||||
/**
|
||||
* @var RouteCollection
|
||||
*/
|
||||
protected $collection;
|
||||
protected $name = '';
|
||||
protected $prefixes;
|
||||
protected RouteCollection $collection;
|
||||
protected string $name = '';
|
||||
protected ?array $prefixes = null;
|
||||
|
||||
/**
|
||||
* Adds a route.
|
||||
|
||||
Reference in New Issue
Block a user