This commit is contained in:
Graham Campbell
2015-01-01 12:11:21 +00:00
parent fa6bbd52fd
commit dccb9bccb1
3 changed files with 5 additions and 0 deletions

View File

@@ -8,13 +8,16 @@ class EmailService implements ServiceInterface
public function register()
{
//
}
public function unregister()
{
//
}
public function fire($data)
{
//
}
}

View File

@@ -9,6 +9,7 @@ class RoutingServiceProvider extends ServiceProvider
{
public function register()
{
//
}
public function boot()

View File

@@ -10,6 +10,7 @@ class IncidentTransformer extends TransformerAbstract
public function transform(Incident $incident)
{
$component = $incident->component;
if ($component) {
$transformer = $component->getTransformer();
}