<?php

namespace Botble\{Module}\Repositories\Eloquent;

use Botble\Support\Repositories\Eloquent\RepositoriesAbstract;
use Botble\{Module}\Repositories\Interfaces\{Name}Interface;

class {Name}Repository extends RepositoriesAbstract implements {Name}Interface
{
}
