Skip to content

Commit 7c51951

Browse files
author
Michael Lundbøl
committed
Remove helper.
1 parent 23c1bcf commit 7c51951

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/Illuminate/Foundation/helpers.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -124,22 +124,6 @@ function app_path($path = '')
124124
}
125125
}
126126

127-
if (! function_exists('argon')) {
128-
/**
129-
* Hash the given value against the Argon2i algorithm.
130-
*
131-
* @param string $value
132-
* @param array $options
133-
* @return string
134-
*/
135-
function argon($value, $options = [])
136-
{
137-
return app('hash')
138-
->driver('argon')
139-
->make($value, $options);
140-
}
141-
}
142-
143127
if (! function_exists('asset')) {
144128
/**
145129
* Generate an asset path for the application.

0 commit comments

Comments
 (0)