Page MenuHomeDevCentral

Raven.php
No OneTemporary

Raven.php

<?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

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)

Event Timeline