Auth is now controlled by routing

This commit is contained in:
Deon George
2022-11-26 06:54:24 +07:00
parent c034ce6cd4
commit 55a2a67b8d
5 changed files with 0 additions and 25 deletions

View File

@@ -8,11 +8,6 @@ use App\Models\Echoarea;
class EchoareaController extends Controller
{
public function __construct()
{
$this->middleware('auth');
}
/**
* Add or edit a echoarea
*/