summaryrefslogtreecommitdiff
path: root/src/Nginx/Restart.php
diff options
context:
space:
mode:
authorPhil Burton <phil@pgburton.com>2017-08-22 10:10:29 +0100
committerPhil Burton <phil@pgburton.com>2017-08-22 10:10:29 +0100
commit7b1e62d0cbc3519c469b2afd4da712125707de66 (patch)
tree06ee38c18849f9b0c85c2eb82bded824e2ff34e6 /src/Nginx/Restart.php
parenta4170353515c254ab7404117e7d9b3f15887214a (diff)
parent47b154758e789e75ec597d88540cdb7f4e352225 (diff)
Merge branch 'master' of www.blatech.co.uk:FBeans/dipper
Diffstat (limited to 'src/Nginx/Restart.php')
-rw-r--r--src/Nginx/Restart.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Nginx/Restart.php b/src/Nginx/Restart.php
new file mode 100644
index 0000000..cd150be
--- /dev/null
+++ b/src/Nginx/Restart.php
@@ -0,0 +1,21 @@
+<?php
+
+namespace App\Nginx;
+
+/**
+ * Restarts nginx
+ *
+ * @author Phil Burton <phil@d3r.com>
+ */
+class Restart
+{
+ /**
+ * Create the new file
+ *
+ * @author Phil Burton <phil@d3r.com>
+ */
+ public function restart()
+ {
+
+ }
+}