29197090a7
The idea is to clean the repository a little bit by moving models into their respective folders.
10 lines
114 B
PHP
10 lines
114 B
PHP
<?php
|
|
|
|
namespace App\Models\Instance;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class Statistic extends Model
|
|
{
|
|
}
|