Introduced configurations and application object (test code)

This commit is contained in:
2020-12-15 21:46:46 +01:00
parent cf30a1280d
commit bf79e9cee7
7 changed files with 131 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Core\Configuration\Objects;
class File
{
protected string $name;
protected string $mimeType;
}