Primo Committ
This commit is contained in:
21
vendor/facade/ignition/src/Support/FakeComposer.php
vendored
Normal file
21
vendor/facade/ignition/src/Support/FakeComposer.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Facade\Ignition\Support;
|
||||
|
||||
class FakeComposer
|
||||
{
|
||||
public function getClassMap()
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
public function getPrefixes()
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
public function getPrefixesPsr4()
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user