From 11dc8c730dda2c5bd38cb386f96331c5ce3cac9c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 20 Apr 2021 12:44:20 +0200 Subject: Adds a bunch of new Modules --- src/Support/HasPermissions.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/Support/HasPermissions.php (limited to 'src/Support/HasPermissions.php') diff --git a/src/Support/HasPermissions.php b/src/Support/HasPermissions.php new file mode 100644 index 0000000..c42d71d --- /dev/null +++ b/src/Support/HasPermissions.php @@ -0,0 +1,15 @@ +owner, $this->group, $this->mode); + } +} -- cgit v1.2.3