Lots of tests needed fixing, but it seemed to be a whitespace parsing
error in the view files 🤔
7 lines
120 B
PHP
7 lines
120 B
PHP
@extends('master')
|
|
|
|
@section('title')WebMentions « @stop
|
|
|
|
@section('content')
|
|
<p>My WebMention endpoint.</p>
|
|
@stop
|