update
This commit is contained in:
13
app/Http/Controllers/UserAIController.php
Normal file
13
app/Http/Controllers/UserAIController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
class UserAIController extends Controller
|
||||
{
|
||||
public function aiHints()
|
||||
{
|
||||
// TODO: Take 5 Category where meme_angles is not null, and return a random one from the array
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user