From 7596dec7b9b55996839e4e45f38e955943bc1419 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 17 Jun 2015 12:48:10 +0930 Subject: [PATCH] Comply to new interface --- src/Extend/ApiLink.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Extend/ApiLink.php b/src/Extend/ApiLink.php index 6450ad58e..cc592d262 100644 --- a/src/Extend/ApiLink.php +++ b/src/Extend/ApiLink.php @@ -1,6 +1,6 @@ relationships = $relationships; } - public function extend(Application $app) + public function extend(Container $container) { foreach ((array) $this->actions as $action) { $parts = explode('.', $action);