Basic functionality
This commit is contained in:
10
app/model/Utils/FileSystem.php
Executable file
10
app/model/Utils/FileSystem.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace App\Model\Utils;
|
||||
|
||||
use Contributte\Utils\FileSystem as ContributteFileSystem;
|
||||
|
||||
final class FileSystem extends ContributteFileSystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user