commit
This commit is contained in:
@ -51,6 +51,7 @@ class GameController extends Controller {
|
||||
|
||||
$idRef = Cookie::get('referent');
|
||||
$ref = Referent::find($idRef);
|
||||
|
||||
$configjeu = $ref->configjeu()->where('actifPuzzle', '=', '1')->first();
|
||||
|
||||
if($configjeu && count($configjeu->oeuvres) >= 1) {
|
||||
|
Reference in New Issue
Block a user