Your IP : 3.145.34.107


Current Path : /proc/self/root/home/lentoinv/lentoria.com/vendor/laravolt/avatar/src/Concerns/
Upload File :
Current File : //proc/self/root/home/lentoinv/lentoria.com/vendor/laravolt/avatar/src/Concerns/AttributeGetter.php

<?php

declare(strict_types=1);

namespace Laravolt\Avatar\Concerns;

trait AttributeGetter
{
    public function getAttribute($key)
    {
        return $this->$key;
    }
}

?>