I get this error when I run php artisan db:seed --class="Fbf\LaravelBlog\PostTableFakeSeeder":
[BadMethodCallException]
Call to undefined method Illuminate\Database\Query\Builder::withTrashed()
I believe this is related to the updated softDelete traits. I am running Laravel ver 4.2.3.