mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -5,6 +5,9 @@
|
||||
use App\Models\ServerLog;
|
||||
use Illuminate\Database\Eloquent\Factories\Factory;
|
||||
|
||||
/**
|
||||
* @extends Factory<\App\Models\ServerLog>
|
||||
*/
|
||||
class ServerLogFactory extends Factory
|
||||
{
|
||||
protected $model = ServerLog::class;
|
||||
|
Reference in New Issue
Block a user