Matan Yadaev
Matan Yadaev
@KaloyanYosifov Any idea how to implement it?
@barryvdh Do you think this feature is feasible? Can you tell PHPStorm that `$user->posts()` is `HasMany` that extends `PostBuilder`?
The problem is found - it happened because I had ngAnimate module in app.js. `angular.module('app', ['ngAnimate']);` When I changed it to: `angular.module('app', []);` The problem just solved. I don't know...
@sebastienvermeille I don't use ngMaterial, only ngAnimate
@haxiomic The zoom itself working good, but when you zoomed some page and you try to scroll left or right, the page does not scroll at all and it goes...
Looking for this feature...
@adelf Sure, it will be better than nothing. Amazing, thanks!
@canvural Cool, thanks for the help, it fixed it. But, the issue still exists with custom Eloquent Builders: ```php Builder::macro('last', function () { /** @var Builder $this */ return $this->latest('id')->first();...
Same here.
@canvural There's an option to add a property to class' docblock within the local scope? Something like: ```php