JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "FakeComposer.php"

Full Path: /var/www/laravel_filter/vendor/spatie/error-solutions/src/Support/Laravel/Composer/FakeComposer.php
File size: 451 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\ErrorSolutions\Support\Laravel\Composer;

class FakeComposer implements Composer
{
    /** @return array<string, mixed> */
    public function getClassMap(): array
    {
        return [];
    }

    /** @return array<string, mixed> */
    public function getPrefixes(): array
    {
        return [];
    }

    /** @return array<string, mixed> */
    public function getPrefixesPsr4(): array
    {
        return [];
    }
}