Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
10 lines
114 B
PHP
10 lines
114 B
PHP
<?php
|
|
|
|
namespace App\Models\Instance;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class Statistic extends Model
|
|
{
|
|
}
|