<?php

namespace Spatie\ErrorSolutions\Tests\stubs\Laravel\Controllers;

class TestTypoController
{
    public function __invoke()
    {
    }
}
