mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Test dynamic relationships (#1017)
* Test dynamic * Try/catch relationships * Update snapshot * Test output
This commit is contained in:
@@ -9,7 +9,7 @@ class SnapshotPhpDriver implements Driver
|
||||
{
|
||||
public function serialize($data): string
|
||||
{
|
||||
return $data;
|
||||
return (string) $data;
|
||||
}
|
||||
|
||||
public function extension(): string
|
||||
|
||||
Reference in New Issue
Block a user