reconstruction of the project
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
class SchoolIdService
|
||||
{
|
||||
public function generate(): string
|
||||
{
|
||||
return strtoupper('SID-' . Str::random(8));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user