Edwin

Results 2 issues of Edwin

I have this function in `AuditAspect` ``` /** * @Around("execution(public * *Repository->create(*))") */ public function repositoryCreate(MethodInvocation $invocation) { \Illuminate\Support\Facades\Log::info('Method intercepted'); ... ``` It's supposed to intercept `public function create(array $data)`...

bug
support

Hi, I'm getting this error: ``` cURL error 3: malformed #0 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/RequestFsm.php(104): GuzzleHttp\Exception\RequestException::wrapException(Object(GuzzleHttp\Message\Request), Object(GuzzleHttp\Ring\Exception\RingException)) #1 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/RequestFsm.php(132): GuzzleHttp\RequestFsm->__invoke(Object(GuzzleHttp\Transaction)) #2 /home/edwin/Documents/laravel/vendor/react/promise/src/FulfilledPromise.php(25): GuzzleHttp\RequestFsm->GuzzleHttp\{closure}(Array) #3 /home/edwin/Documents/laravel/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php(55): React\Promise\FulfilledPromise->then(Object(Closure), NULL, NULL) #4 /home/edwin/Documents/laravel/vendor/guzzlehttp/guzzle/src/Message/FutureResponse.php(43): GuzzleHttp\Ring\Future\CompletedFutureValue->then(Object(Closure), NULL, NULL)...