Some new translations and stuff.

This commit is contained in:
James Cole
2016-04-08 17:54:25 +02:00
parent 7699b6b4ea
commit ddb28b78c3
8 changed files with 43 additions and 19 deletions

View File

@@ -40,4 +40,4 @@ class ConfigureLogging extends IlluminateConfigureLogging
$app->make('config')->get('app.log_max_files', 5)
);
}
}
}

View File

@@ -30,4 +30,4 @@ class HomeController extends Controller
return view('admin.index', compact('title', 'mainTitleIcon'));
}
}
}

View File

@@ -67,4 +67,4 @@ class UserController extends Controller
}
}
}

View File

@@ -231,4 +231,4 @@ class ReportController extends Controller
return $attributes;
}
}
}