mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 21:26:43 +02:00
Made the write method protected
Tests are not a good reason to make it public.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
require_once __DIR__.'/Monolog/TestCase.php';
|
||||
|
||||
spl_autoload_register(function($class)
|
||||
{
|
||||
$file = __DIR__.'/../src/'.strtr($class, '\\', '/').'.php';
|
||||
|
Reference in New Issue
Block a user