laravel-mentions icon indicating copy to clipboard operation
laravel-mentions copied to clipboard

Tests are needed for this project

Open unicodeveloper opened this issue 9 years ago • 3 comments

unicodeveloper avatar Dec 03 '15 07:12 unicodeveloper

when i use :

mention()->asText('collaborator', old('collaborator'), 'users', 'username', 'form-control')

i've got this message :

Type error: Argument 3 passed to Collective\Html\FormBuilder::__construct() must implement interface Illuminate\Contracts\View\Factory, string given...

i think maybe __construct() of class MentionBuilder miss Illuminate\Contracts\View\Factory as agrument 3 ?

trongle avatar Feb 23 '16 08:02 trongle

I haven't gotten this before but I'm open to PRs if you are willing to fix this before I take a deep dive to look at it

unicodeveloper avatar Feb 23 '16 09:02 unicodeveloper

This has been taken care of in #PR @trongle

unicodeveloper avatar Feb 25 '16 16:02 unicodeveloper