Fix class name
parent
bb5e59e30f
commit
8ab98a8b5d
|
@ -19,7 +19,7 @@ use Composer\DependencyResolver\RelationConstraint\RelationConstraintInterface;
|
||||||
*
|
*
|
||||||
* @author Nils Adermann <naderman@naderman.de>
|
* @author Nils Adermann <naderman@naderman.de>
|
||||||
*/
|
*/
|
||||||
abstract class Package implements PackageInterface
|
abstract class BasePackage implements PackageInterface
|
||||||
{
|
{
|
||||||
protected $name;
|
protected $name;
|
||||||
protected $id;
|
protected $id;
|
||||||
|
|
Loading…
Reference in New Issue