File "FakeComposer.php"
Full Path: /home/isoftco/public_html/hrm/vendor/facade/ignition/src/Support/FakeComposer.php
File size: 267 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\Ignition\Support;
class FakeComposer
{
public function getClassMap()
{
return [];
}
public function getPrefixes()
{
return [];
}
public function getPrefixesPsr4()
{
return [];
}
}