From f1e29150526ad32eace7ea3283b4e20c3b666145 Mon Sep 17 00:00:00 2001 From: Adam Tomat Date: Thu, 3 Mar 2016 13:44:00 +0000 Subject: [PATCH] Added original view id when data for a pattern is loaded --- bootstrap/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/start.php b/bootstrap/start.php index eba3e5c..3619184 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -43,7 +43,7 @@ * Useful for dynamically generating pattern data, e.g. sprites * $data is the raw output of the data.json */ -ViewData::composer('elements/forms/input', function ($data) { +ViewData::composer('elements/forms/input', function ($data, $id, $originalId) { // $data->label = 'boo yah!'; });