improve document model and propagate changes. This include the change of document fixtures to better reflect what the api is effectively returning
<?php
namespace CorpusParole\Facades;
use Illuminate\Support\Facades\Facade;
class GuzzleFacade extends Facade {
protected static function getFacadeAccessor() {
return 'Guzzle';
}
}