Changing to sqlite and resetting,
This commit is contained in:
@@ -20,7 +20,6 @@ final class CopyrightBlock extends BlockBase {
|
||||
*/
|
||||
public function build(): array {
|
||||
$year = date('Y');
|
||||
"<p>© Dan Chadwick {$year}</p>";
|
||||
$build = [
|
||||
'#markup' => "<p>© Dan Chadwick {$year}</p>",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user