php - Thujohn\Twitter\Twitter::__construct() must be an instance of Illuminate\Config\Repository, instance of October\Rain\Config\Repository given -
how can pass illuminate\config\repository
sentence instead of october\rain\config\repository
.
i'm try use thujohn twitter library. thujohn\twitter
constructor
has reference illuminate\config\repository
in plugin.php, boot() method, have:
app::register(\thujohn\twitter\twitterserviceprovider::class); $alias = aliasloader::getinstance(); $alias->alias('twitter', \thujohn\twitter\facades\twitter::class);
thanks
Comments
Post a Comment