Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10770402
Raven.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
538 B
Referenced Files
None
Subscribers
None
Raven.php
View Options
<?php
namespace
Nasqueron\Notifications\Facades
;
use
Illuminate\Support\Facades\Facade
;
use
Config
;
/**
* @see \Raven_Client
*/
class
Raven
extends
Facade
{
/**
* Gets the registered name of the component.
*
* @return string
*/
protected
static
function
getFacadeAccessor
()
{
return
'raven'
;
}
/**
* Determines if a Sentry DSN is provided in the configuration
*/
public
static
function
isConfigured
()
{
return
Config
::
get
(
'services.sentry.dsn'
)
!==
null
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 28, 09:33 (16 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2761324
Default Alt Text
Raven.php (538 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment