Askedio/laravel-soft-cascade

Avoid excessively long variable names in src/SoftCascade.php

Closed this issue · 1 comments

Reduce these variable names to less then 20 chars.

  • $methodsGetForeignKeyName
  • $connectionsToTransact
  • $methodUseGetForeignKey

Fixed in 5.5.15 and 5.6.5

Thanks!