made auto phpcbf changes; added some documentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php $content = function() { ?>
|
||||
<?php $content = function () { ?>
|
||||
<h2>Login</h2>
|
||||
<form action="/login" method="post">
|
||||
<div class="form-group">
|
||||
@@ -11,4 +11,4 @@
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Login</button>
|
||||
</form>
|
||||
<?php }; include __DIR__ . '/../layouts/app.php'; ?>
|
||||
<?php }; require __DIR__ . '/../layouts/app.php'; ?>
|
||||
|
||||
Reference in New Issue
Block a user