(Update) Reactor According To Linter Shift

In accordance with #119
This commit is contained in:
HDVinnie
2018-01-17 22:45:55 -05:00
parent 4029c9f81d
commit 918e533a30
32 changed files with 469 additions and 490 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ class BonusController extends Controller
]);
$transaction->save();
$appurl = env('APP_URL', 'http://unit3d.site');
$appurl = config('app.url');
Shoutbox::create(['user' => "1", 'mentions' => "1", 'message' => "User [url={$appurl}/" . $user->username . "." . $user->id . "]" . $user->username . "[/url] has gifted " . $value . "BON to [url={$appurl}/"
. $recipient->username . "." . $recipient->id . "]" . $recipient->username . "[/url]"]);
Cache::forget('shoutbox_messages');