* Discord notifications for events #433 * Style fixes * Check for blank webhook urls and disable * Cleanup items after review * Changes and fixes * Style fixes * Don't load env for testing * Fix status text * Refactor saving fields/fares so events get the latest data * Cleanup * Style fixes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Models;
|
||||
|
||||
use App\Contracts\Model;
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
|
||||
/**
|
||||
* @property int id
|
||||
@@ -13,6 +14,8 @@ use App\Contracts\Model;
|
||||
*/
|
||||
class News extends Model
|
||||
{
|
||||
use Notifiable;
|
||||
|
||||
public $table = 'news';
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user