summaryrefslogtreecommitdiff
path: root/src/Nginx/Restart.php
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2017-09-02 20:30:30 +0100
committerFbenas <philbeansburton@gmail.com>2017-09-02 20:30:30 +0100
commit7d2128f364c0e81a15653db2508d3e09b262eca1 (patch)
tree654ed84f42059aa4fd85e93c96db2824da7f06cb /src/Nginx/Restart.php
parente237e378a0bfc6e906d7cf682fc7f7fd4af74528 (diff)
Refactor site:create command to allow creation of extra tasks easier
Diffstat (limited to 'src/Nginx/Restart.php')
-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()
- {
-
- }
-}