mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Implemented device code grant
This commit is contained in:
@@ -5,16 +5,17 @@
|
||||
|
||||
echo "<?php\n";
|
||||
?>
|
||||
declare(strict_types=1);
|
||||
|
||||
use console\db\Migration;
|
||||
|
||||
class <?= $className; ?> extends Migration {
|
||||
final class <?= $className; ?> extends Migration {
|
||||
|
||||
public function safeUp() {
|
||||
public function safeUp(): void {
|
||||
|
||||
}
|
||||
|
||||
public function safeDown() {
|
||||
public function safeDown(): void {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user