ClosureTable icon indicating copy to clipboard operation
ClosureTable copied to clipboard

Deprecated interfaces in Entity and ClosureTable

Open AnzePratnemerDSpot opened this issue 4 years ago • 0 comments

Why werent they removed from code if they are deprecated in >6.0.

6.1.1. still has class Entity extends Eloquent implements EntityInterface with EntityInterface marked as deprecated.. Problem is later in the code (Entity.php@1771) with $parent->getKey() method being undefined.

Also Entity.php@1904 transaction($callable) method expects parameter type Closure instead of given type callable.

AnzePratnemerDSpot avatar Sep 10 '21 09:09 AnzePratnemerDSpot