Removed my weird comment

This commit is contained in:
James Brooks
2014-12-01 16:58:15 +00:00
parent 6ed3626fb6
commit c7fb8b9ef7

View File

@@ -42,7 +42,6 @@ class SetupController extends Controller {
Auth::login($user);
// Create the settings, boi.
foreach (array_get($postData, 'settings') as $settingName => $settingValue) {
$setting = new Setting;
$setting->name = $settingName;