diff options
author | Fbenas <philbeansburton@gmail.com> | 2017-09-02 20:30:30 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2017-09-02 20:30:30 +0100 |
commit | 7d2128f364c0e81a15653db2508d3e09b262eca1 (patch) | |
tree | 654ed84f42059aa4fd85e93c96db2824da7f06cb /src/Nginx | |
parent | e237e378a0bfc6e906d7cf682fc7f7fd4af74528 (diff) |
Refactor site:create command to allow creation of extra tasks easier
Diffstat (limited to 'src/Nginx')
-rw-r--r-- | src/Nginx/Restart.php | 21 |
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() - { - - } -} |