diff --git a/src/Facades/OpenGraphImage.php b/src/Facades/OpenGraphImage.php index 8537896..20f1a88 100644 --- a/src/Facades/OpenGraphImage.php +++ b/src/Facades/OpenGraphImage.php @@ -10,4 +10,4 @@ protected static function getFacadeAccessor() { return \Vormkracht10\LaravelOpenGraphImage\OpenGraphImage::class; } -} \ No newline at end of file +} diff --git a/src/OpenGraphImage.php b/src/OpenGraphImage.php index 49f06ea..50f5aac 100644 --- a/src/OpenGraphImage.php +++ b/src/OpenGraphImage.php @@ -4,8 +4,8 @@ class OpenGraphImage { - public function url(...$args) + public function url(...$args) { return url()->signedRoute('open-graph-image.file', ...$args); } -} \ No newline at end of file +} diff --git a/src/helpers.php b/src/helpers.php index f3c0694..a82bf5b 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -7,4 +7,4 @@ function og(...$args): string { return OpenGraphImage::url(...$args); } -} \ No newline at end of file +}