deefour/presenter

View on GitHub
stub/Model.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Deefour\Presenter\Stubs;

use Illuminate\Support\Fluent;

abstract class Model extends Fluent
{
    //
}