%PDF- %PDF-
Direktori : /proc/thread-self/root/www/loslex_o/test/app/Models/Cup/ |
Current File : //proc/thread-self/root/www/loslex_o/test/app/Models/Cup/CupInfo.php |
<?php namespace App\Models\Cup; class CupInfo { public string $Name; public function __construct(string $Name) { $this->Name = $Name; } }