View file vendor/visavi/motor-orm/tests/Models/Test2.php
<?php namespace MotorORM\Tests\Models; use MotorORM\Model; /** * Class Test2 * * @property string $key * @property string $value */ class Test2 extends Model { public string $filePath = __DIR__ . '/../../tests/data/test2.csv'; }