for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sfneal\Models\Traits;
trait SoftDeletesIgnored
{
// todo: add tests
/**
* Preventing booting the soft deleting trait for a model.
*
* @return void
*/
public static function bootSoftDeletes()
}