mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 23:08:41 +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
|
* @link http://orange-management.com
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class FileAbstract
|
abstract class FileAbstract
|
||||||
{
|
{
|
||||||
private $path = '';
|
private $path = '';
|
||||||
private $name = 'new_directory';
|
private $name = 'new_directory';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user