From 47b154758e789e75ec597d88540cdb7f4e352225 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Tue, 22 Aug 2017 01:07:51 +0100 Subject: Make sure we write the nginx conf --- src/Nginx/Restart.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/Nginx/Restart.php (limited to 'src/Nginx') 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 @@ + + */ +class Restart +{ + /** + * Create the new file + * + * @author Phil Burton + */ + public function restart() + { + + } +} -- cgit v1.2.3