Koffi SANI

Results 5 comments of Koffi SANI

Thanks, I have the following : ```php class EvenementsTable extends Table { public function initialize(array $config) { $this->hasMany('Valeurevents', [ 'foreignKey' => 'evenement_id' ]); } } ``` and ```php class ValeureventsTable...

@usman-arham thank you. You saved me.

Thank you @mattjohnsonpint for your support. In case it's usefull, I'm using [BlazorHero's Clean Architecture template](https://github.com/blazorhero/CleanArchitecture). I've changed my server's appsettings.json file as per your comment, but I can not...

Thank you, @SimonCropp for your support. I just reproduce your code here locally. And everytime I refresh the web page, I get this in my docker logs : ``` -...

Thanks @Mr-oy. Solved my problem.