diff options
Diffstat (limited to 'src/Nginx/Restart.php')
-rw-r--r-- | src/Nginx/Restart.php | 21 |
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() + { + + } +} |