Merge branch 'master' of github.com:beyondcode/phunnel

This commit is contained in:
Marcel Pociot
2021-06-23 15:34:18 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{% extends "app" %}
{% block title %}Users{% endblock %}
{% block content %}
<form class="flex flex-col py-8">
<div class="flex flex-col py-8">
<form>
<div>
<div>

View File

@@ -696,6 +696,7 @@ class TunnelTest extends TestCase
$client = app(Client::class);
$client->shouldExit(false);
return $client;
}