kluvi

Results 3 comments of kluvi

Same happens to me... Version: 2.1.0 Apps Engine Version: 1.6.0 Database Migration: 161 Running from docker image rocketchat/rocket.chat:2.1.0

I had same problem.. after fixing the name, another error appeared: https://github.com/composer/satis/issues/655 (no solution yet)

I am using type-hinting directly in blade templates (it worked correctly in PhpStorm), something like this: ```php {{ $item->name }} ``` It would be much better than defining types in...