Auth is now controlled by routing
This commit is contained in:
@@ -8,11 +8,6 @@ use App\Models\Echoarea;
|
||||
|
||||
class EchoareaController extends Controller
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->middleware('auth');
|
||||
}
|
||||
|
||||
/**
|
||||
* Add or edit a echoarea
|
||||
*/
|
||||
|
Reference in New Issue
Block a user