PHP Classes

File: src/helpers.php

Recommend this page to a friend!
  Classes of Mohamed Ahmed   Laravel Correlation   src/helpers.php   Download  
File: src/helpers.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Correlation
Generate a correlation identifier
Author: By
Last change: new feature set
Date: 18 days ago
Size: 131 bytes
 

Contents

Class file image Download
<?php

if (!function_exists('correlation_id')) {
    function
correlation_id()
    {
        return
app('correlation.id');
    }
}