Introduced configurations and application object (test code)
This commit is contained in:
10
core/Configuration/Objects/File.php
Normal file
10
core/Configuration/Objects/File.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Core\Configuration\Objects;
|
||||
|
||||
class File
|
||||
{
|
||||
protected string $name;
|
||||
|
||||
protected string $mimeType;
|
||||
}
|
Reference in New Issue
Block a user