Merge pull request #3287 from sideffect0/2.4

grep -rl "test\.com" . | xargs sed -i 's/test.com/example.com/g'
This commit is contained in:
James Brooks
2018-12-27 22:55:23 +00:00
committed by GitHub
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ EINCIDENT;
[
'username' => 'test',
'password' => 'test123',
'email' => 'test@test.com',
'email' => 'test@example.com',
'level' => User::LEVEL_ADMIN,
'api_key' => '9yMHsdioQosnyVK4iCVR',
],