Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 05eacc7

Browse files
committed
⬆️ Updated aloe cli
1 parent 9d24414 commit 05eacc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/Controllers/Auth/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function index()
1414
// You can now call leaf form methods statically.
1515
// Leaf v2.4.2 includes a new rule method which allows you to create
1616
// your own form rules
17-
Form::rule("max", function($field, $value, $params) {
17+
Form::rule("max", function ($field, $value, $params) {
1818
if (strlen($value) > $params) {
1919
Form::addError($field, "$field can't be more than $params characters");
2020
return false;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"leafs/leaf": "^2.4.2-beta",
23-
"leafs/aloe": "^1.1.0-beta",
23+
"leafs/aloe": "^1.1",
2424
"doctrine/dbal": "^2.9",
2525
"illuminate/console": "^8.0",
2626
"psy/psysh": "^0.9.9",

0 commit comments

Comments
 (0)