Skip to content

Commit

Permalink
Merge branch 'master' of github.com:beyondcode/phunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jun 23, 2021
2 parents 5a1f3ab + 3dd0148 commit 074051c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/server/users/index.twig
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
1 change: 1 addition & 0 deletions tests/Feature/Server/TunnelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ protected function createClient()

$client = app(Client::class);
$client->shouldExit(false);

return $client;
}

Expand Down

0 comments on commit 074051c

Please sign in to comment.