golden hour
/opt/cpanel/ea-wappspector/vendor/knplabs/packagist-api/src/Packagist/Api/Result/Package
⬆️ Go Up
Upload
File/Folder
Size
Actions
Author.php
249 B
Del
OK
Dist.php
759 B
Del
OK
Downloads.php
1.01 KB
Del
OK
Maintainer.php
646 B
Del
OK
Source.php
639 B
Del
OK
Version.php
4.6 KB
Del
OK
Edit: Author.php
<?php namespace Packagist\Api\Result\Package; class Author extends Maintainer { /** * @var string */ protected $role; /** * @return string */ public function getRole() { return $this->role; } }
Save