alientronics/fleetany-web-attributes

View on GitHub
helper/TypeRepositoryEloquent.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Repositories;

class TypeRepositoryEloquent {
    public static function getTypes() {
        return new MockObject();
    }
}