for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Controllers\Website;
use System\Controller as Controller;
class DataProtectionController extends Controller
{
public function index()
$context = [
];
return $this->PugView->render('website/pages/dataProtection', $context);
PugView
App\Controllers\Website\DataProtectionController
__get
}