GuavaCZ/laravel-populator

Removing populated data

Opened this issue · 0 comments

Will be great if there will be possibility to remove all data from one populator/bundle.

For example:

Populator::remove('initial')
  ->all()
Populator::remove('initial')
  ->bundles([
        Bundle::remove(User::class),
    ])
  ->call()