add tags init + fix shoutbox in login page

This commit is contained in:
xiaomlove
2022-03-10 18:16:10 +08:00
parent 69fc6500a3
commit b8855299cd
9 changed files with 106 additions and 536 deletions

View File

@@ -18,6 +18,7 @@ use App\Repositories\AttendanceRepository;
use App\Repositories\ExamRepository;
use App\Repositories\HitAndRunRepository;
use App\Repositories\SearchBoxRepository;
use App\Repositories\TagRepository;
use App\Repositories\TorrentRepository;
use App\Repositories\UserRepository;
use Carbon\Carbon;
@@ -62,11 +63,7 @@ class Test extends Command
*/
public function handle()
{
$tzlist = \DateTimeZone::listIdentifiers(\DateTimeZone::ALL);
foreach($tzlist as $value)
{
echo $value ."\n";
}
}
}