Network.php 150 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php namespace AC\Preferences; class Network extends Site { protected function get_key(): string { return 'network_' . parent::get_key(); } }