9 lines
162 B
PHP
Executable File
9 lines
162 B
PHP
Executable File
<?php
|
|
|
|
namespace App\Http\Controllers\Api;
|
|
|
|
class NotificationsController extends NotificationController
|
|
{
|
|
// Alias controller for route naming consistency
|
|
}
|