commit
dab2c79298
|
@ -178,6 +178,16 @@ public static function referrer()
|
||||||
return static::foundation()->headers->get('referer');
|
return static::foundation()->headers->get('referer');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the timestamp of the time when the request was started.
|
||||||
|
*
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public static function time()
|
||||||
|
{
|
||||||
|
return (int) LARAVEL_START;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if the current request is via the command line.
|
* Determine if the current request is via the command line.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue