From 064d9cf10755c263f3116179859fa7c48edd0e82 Mon Sep 17 00:00:00 2001 From: Giso Stallenberg Date: Fri, 27 Nov 2015 13:32:10 +0100 Subject: [PATCH] Base class --- src/.gitkeep | 0 src/FilePermissionCalculator.php | 14 ++++++++++++++ 2 files changed, 14 insertions(+) delete mode 100644 src/.gitkeep create mode 100644 src/FilePermissionCalculator.php diff --git a/src/.gitkeep b/src/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/src/FilePermissionCalculator.php b/src/FilePermissionCalculator.php new file mode 100644 index 0000000..169bada --- /dev/null +++ b/src/FilePermissionCalculator.php @@ -0,0 +1,14 @@ + + * + * This source file is subject to the MIT license that is bundled + * with this source code in the file LICENSE. + */ +namespace GisoStallenberg\FilePermissionCalculator; + +class FilePermissionCalculator { + +} \ No newline at end of file