for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace GeneaLabs\LaravelModelCaching\Tests\Fixtures\Observers;
use GeneaLabs\LaravelModelCaching\Tests\Fixtures\Author;
class AuthorObserver
{
public function saving(Author $author)
$author->email .= "";
}
public function retrieved(Author $author)