Improve exception handling and model binding
This commit is contained in:
parent
e9ca934cb4
commit
0fca80e7e4
22 changed files with 148 additions and 82 deletions
|
@ -16,10 +16,10 @@ use MStaack\LaravelPostgis\Geometries\Point;
|
|||
|
||||
class MicropubController extends Controller
|
||||
{
|
||||
protected $tokenService;
|
||||
protected $hentryService;
|
||||
protected $hcardService;
|
||||
protected $updateService;
|
||||
protected TokenService $tokenService;
|
||||
protected HEntryService $hentryService;
|
||||
protected HCardService $hcardService;
|
||||
protected UpdateService $updateService;
|
||||
|
||||
public function __construct(
|
||||
TokenService $tokenService,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue