summaryrefslogtreecommitdiff
path: root/src/Nginx/Restart.php
blob: cd150bef05728bd711c30aa7ee4baf7408a32cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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()
    {

    }
}