for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Fireworkweb\Gates\Middlewares;
class GateOptional extends Gate
{
protected function noGate($routeName)
logger()->info(
"[fireworkweb/laravel-gates] No matching gate for '{$routeName}' route."
);
}