CS fixes
This commit is contained in:
@@ -8,13 +8,16 @@ class EmailService implements ServiceInterface
|
||||
|
||||
public function register()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function unregister()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function fire($data)
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ class RoutingServiceProvider extends ServiceProvider
|
||||
{
|
||||
public function register()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function boot()
|
||||
|
||||
@@ -10,6 +10,7 @@ class IncidentTransformer extends TransformerAbstract
|
||||
public function transform(Incident $incident)
|
||||
{
|
||||
$component = $incident->component;
|
||||
|
||||
if ($component) {
|
||||
$transformer = $component->getTransformer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user