forked from miguel456/rbrecruiter
Minor fixes
This commit is contained in:
@@ -35,7 +35,7 @@ use Illuminate\Support\Facades\Log;
|
||||
|
||||
class ApplicationController extends Controller
|
||||
{
|
||||
private function canVote($votes)
|
||||
private function canVote($votes): bool
|
||||
{
|
||||
$allvotes = collect([]);
|
||||
|
||||
|
Reference in New Issue
Block a user