9 lines
76 B
PHP
9 lines
76 B
PHP
<?php
|
|
class Auth
|
|
{
|
|
|
|
public function __construct()
|
|
{
|
|
|
|
}
|
|
} |