Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 42fd82e8
authored
Nov 30, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#21104 Перенос проекта в продакшн
1 parent
bc4dc9b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Service/StrReplaceByVariables.php
app/Service/StrReplaceByVariables.php
View file @
42fd82e
...
...
@@ -23,7 +23,7 @@ class StrReplaceByVariables
}
foreach
(
$list
[
'vars'
]
as
$key
=>
$var
)
{
$list
[
'vars'
][
$key
]
=
"/\b
{
$var
}
\b/"
;
$list
[
'vars'
][
$key
]
=
"/
(*UCP)
\b
{
$var
}
\b/"
;
}
$this
->
str
=
$str
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment