Sleimanx2\Plastic\Mappings\Mapper::resolve PHP 메소드

resolve() 공개 메소드

Resolve mapping file from.
public resolve ( $file ) : mixed
$file
리턴 mixed
    public function resolve($file)
    {
        $class = Str::studly($file);
        return new $class();
    }