File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1742,10 +1742,10 @@ function setInput(array $data)
1742
1742
/**
1743
1743
* Возвращает значение из POST данных
1744
1744
*
1745
- * @param string $name имя поля
1746
- * @param array|string|null $default
1745
+ * @param string $name имя поля
1746
+ * @param mixed $default
1747
1747
*
1748
- * @return string|null сохраненное значение
1748
+ * @return mixed сохраненное значение
1749
1749
*/
1750
1750
function getInput (string $ name , $ default = null )
1751
1751
{
Original file line number Diff line number Diff line change 3
3
return [
4
4
'help_text ' => '
5
5
Open the page in the file editor:<br>
6
- <code>search / index</code><br><br>
6
+ <code>search/ index.blade.php </code><br><br>
7
7
or via the file system: <br>
8
8
<code>/resources/views/search/index.blade.php</code><br><br>
9
9
Paste the generated code here<br> ' ,
Original file line number Diff line number Diff line change 3
3
return [
4
4
'help_text ' => '
5
5
Откройте в редакторе файлов страницу:<br>
6
- <code>search/index</code><br><br>
6
+ <code>search/index.blade.php </code><br><br>
7
7
или через файловую систему:<br>
8
8
<code>/resources/views/search/index.blade.php</code><br><br>
9
9
Вставьте сюда сформированный код<br> ' ,
You can’t perform that action at this time.
0 commit comments