-
Notifications
You must be signed in to change notification settings - Fork 206
Fix soft deleted doesn"t work when upgraded Laravel 4.2 #222
Conversation
Imported fix from laravel-ardent#222 since it has not yet been merged into the main repository.
Imported fix from laravel-ardent#222 since it has not yet been merged into the main repository.
Imported fix from laravelbook#222 since it has not yet been merged into the main repository. Recommitting to fix formatting.
@igorsantos07 please merge this, it"s really needed for any software-as-a-service implementation using ardent + l 4.2, because of the global scopes that doesn"t get set on boot #220 .... is there any foreseen regressions caused by this? can I help fix/test any? |
Yes, we really need this fixed. Global scopes are very important for multi-tenancy. |
ping... @laravelbook is this project still being maintained? |
My workaround for model extends the
Maybe you can try this way. |
@CasperLaiTW Thanks. I"m currently using a fork with the fix applied. Only asked because the project really seems abandoned. |
+1 |
+1 |
Hey guys, I"m trying to catch up on the project. I"m really sorry for being gone, had academic + health issues. |
Fix #211
rebase commits from #212