mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 14:58:40 +00:00
Making it abstract
This commit is contained in:
parent
dbf7e34de9
commit
620c2ad989
|
|
@ -28,7 +28,7 @@ namespace phpOMS\System\File;
|
|||
* @link http://orange-management.com
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class FileAbstract
|
||||
abstract class FileAbstract
|
||||
{
|
||||
private $path = '';
|
||||
private $name = 'new_directory';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user