Files
monica/app/Models/Instance/Statistic.php
T
Régis FreydandGitHub 29197090a7 Restructure where models are stored (#1476)
The idea is to clean the repository a little bit by moving models into their respective folders.
2018-06-14 20:49:12 -04:00

10 lines
114 B
PHP

<?php
namespace App\Models\Instance;
use Illuminate\Database\Eloquent\Model;
class Statistic extends Model
{
}