Skip to content

Instantly share code, notes, and snippets.

@alouini333
Created January 19, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alouini333/27ceff7a0445c331f93365911db26b42 to your computer and use it in GitHub Desktop.
Save alouini333/27ceff7a0445c331f93365911db26b42 to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Notifications\DatabaseNotification as BaseNotification;
class DatabaseNotification extends BaseNotification
{
protected $connection = 'custom_connection';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment