summaryrefslogtreecommitdiff
path: root/src/Nginx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nginx')
-rw-r--r--src/Nginx/Restart.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/Nginx/Restart.php b/src/Nginx/Restart.php
deleted file mode 100644
index cd150be..0000000
--- a/src/Nginx/Restart.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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()
- {
-
- }
-}