10
app/Http/Middleware/TrustHosts.php
Executable file
10
app/Http/Middleware/TrustHosts.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Middleware;
|
||||
|
||||
use Common\Core\BaseTrustHosts;
|
||||
|
||||
class TrustHosts extends BaseTrustHosts
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user