Askedio / laravel-soft-cascade

Cascade Delete & Restore when using Laravel SoftDeletes
https://medium.com/asked-io/cascading-softdeletes-with-laravel-5-a1a9335a5b4d
MIT License
705 stars 63 forks source link

Avoid excessively long variable names in src/SoftCascade.php #69

Closed gcphost closed 6 years ago

gcphost commented 6 years ago

Reduce these variable names to less then 20 chars.

maguilar92 commented 6 years ago

Fixed in 5.5.15 and 5.6.5

Thanks!