Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2021-03-31 15:50:55 +01:00
8 changed files with 20 additions and 3 deletions

View File

@@ -36,6 +36,8 @@ use Illuminate\Support\Facades\Log;
class ApplicationController extends Controller
{
private function canVote($votes): bool
{
$allvotes = collect([]);