Add note to config for interfaces

This commit is contained in:
Barry vd. Heuvel
2014-08-10 10:02:50 +02:00
parent b80db2cebf
commit c01769aebd
+11
View File
@@ -71,6 +71,17 @@ return array(
'emergency' => 'Monolog\Logger::addEmergency',
)
),
/*
|--------------------------------------------------------------------------
| Interface implementations
|--------------------------------------------------------------------------
|
| These interfaces will be replaced with the implementing class. Some interfaces
| are detected by the helpers, others can be listed below.
|
*/
'interfaces' => array(
'\Illuminate\Auth\UserInterface' => '\User',
)