Notifications Database Connection

Hi there. I'm trying to set a connection for the notifications table in a separate database. I managed to do this extending notification model and setting
 protected $connection = 'mysql2'; 
but didn't work. Any suggestions...?
Was this page helpful?