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" %} {% extends "app" %}
{% block title %}Users{% endblock %} {% block title %}Users{% endblock %}
{% block content %} {% block content %}
<form class="flex flex-col py-8"> <div class="flex flex-col py-8">
<form> <form>
<div> <div>
<div> <div>

View File

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