morilog / jalali

This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in php appliations, based on Jalali (Shamsi) DateTime class.
MIT License
861 stars 110 forks source link

bug in call method #65

Closed skhalili closed 5 years ago

skhalili commented 5 years ago

I get this Error When using methods toArray() getDayOfWeek() isSunday() and... Call to undefined method Carbon\Carbon::isDayOfWeek() at method isDayOfWeek() in Jalalian.php

morilog commented 5 years ago

Check your composer dependencies for existing of Carbon package or check version of actual vs expected versions of Carbon package.