for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Isswp101\Persimmon\Traits;
trait Eventable
{
protected function saving()
return true;
}
protected function saved()
protected function deleting()
protected function deleted()