@@ -16,7 +16,7 @@ |
||
16 | 16 | public function buildRoute(array $data = []): string |
17 | 17 | { |
18 | 18 | if (!property_exists($this, 'routeName')) { |
19 | - throw new InvalidArgumentException(BuildRouteTrait::class.' requires a "routeName" property'); |
|
19 | + throw new InvalidArgumentException(BuildRouteTrait::class . ' requires a "routeName" property'); |
|
20 | 20 | } |
21 | 21 | |
22 | 22 | return route_from_model($this->routeName, $this, $data); |