|
@@ -20,6 +20,12 @@ class SitePagesTagController extends AdminDistController
|
|
*/
|
|
*/
|
|
public function index(Content $content)
|
|
public function index(Content $content)
|
|
{
|
|
{
|
|
|
|
+
|
|
|
|
+ echo "test slow log\n";
|
|
|
|
+ sleep(2);
|
|
|
|
+ echo "done\n";
|
|
|
|
+ exit;
|
|
|
|
+
|
|
return $content
|
|
return $content
|
|
->header(admin_trans( 'admin.pages_tag'))
|
|
->header(admin_trans( 'admin.pages_tag'))
|
|
->description('')
|
|
->description('')
|