Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
837c99db39
commit
7a78368037
@@ -49,8 +49,8 @@ class CheckUpdate
|
||||
$notify = new BarNotification();
|
||||
if (!\Schema::hasTable('bar_notifications')) {
|
||||
$url = url('database-upgrade');
|
||||
//$string = "Your Database is outdated please upgrade <a href=$url>Now !</a>";
|
||||
echo view('themes.default1.update.database', compact('url'));
|
||||
//$string = "Your Database is outdated please upgrade <a href=$url>Now !</a>";
|
||||
echo view('themes.default1.update.database', compact('url'));
|
||||
exit;
|
||||
}
|
||||
$not = $notify->get();
|
||||
|
Reference in New Issue
Block a user