From 7d2128f364c0e81a15653db2508d3e09b262eca1 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sat, 2 Sep 2017 20:30:30 +0100 Subject: Refactor site:create command to allow creation of extra tasks easier --- src/Nginx/Restart.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/Nginx/Restart.php (limited to 'src/Nginx/Restart.php') 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 @@ - - */ -class Restart -{ - /** - * Create the new file - * - * @author Phil Burton - */ - public function restart() - { - - } -} -- cgit v1.2.3