Skip to content

Commit 5647e9e

Browse files
committed
Поправил описани поиска
1 parent 671ef51 commit 5647e9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/helpers.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1742,10 +1742,10 @@ function setInput(array $data)
17421742
/**
17431743
* Возвращает значение из POST данных
17441744
*
1745-
* @param string $name имя поля
1746-
* @param array|string|null $default
1745+
* @param string $name имя поля
1746+
* @param mixed $default
17471747
*
1748-
* @return string|null сохраненное значение
1748+
* @return mixed сохраненное значение
17491749
*/
17501750
function getInput(string $name, $default = null)
17511751
{

resources/lang/en/search.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'help_text' => '
55
Open the page in the file editor:<br>
6-
<code>search / index</code><br><br>
6+
<code>search/index.blade.php</code><br><br>
77
or via the file system: <br>
88
<code>/resources/views/search/index.blade.php</code><br><br>
99
Paste the generated code here<br>',

resources/lang/ru/search.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'help_text' => '
55
Откройте в редакторе файлов страницу:<br>
6-
<code>search/index</code><br><br>
6+
<code>search/index.blade.php</code><br><br>
77
или через файловую систему:<br>
88
<code>/resources/views/search/index.blade.php</code><br><br>
99
Вставьте сюда сформированный код<br>',

0 commit comments

Comments
 (0)