andela-iadeniyi/Potato-ORM

View on GitHub
src/User.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Ibonly\PotatoORM;

use Ibonly\PotatoORM\Model;

class User extends Model
{
}