Ejemplo n.º 1
0
 function getServerOn(Server $server)
 {
     $server->start();
     $server->refresh();
     return redirect()->back();
 }