А
firstOrCreate
не сработалоSize: a a a
А
firstOrCreate
не сработалоA
A
firstOrCreate
не сработалоd.
A
А
R
DD
DD
E
DD
namespace App\Http\Controllers\Scheduler;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class Scheduler extends Controller
{
/**
* Display the specified resource.
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function getTaskToday()
{
return "string";
}
/**
* Show the form for creating a new resource.
*
* @return \Illuminate\Http\Response
*/
public function createTask()
{
}
}
V
namespace App\Http\Controllers\Scheduler;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class Scheduler extends Controller
{
/**
* Display the specified resource.
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function getTaskToday()
{
return "string";
}
/**
* Show the form for creating a new resource.
*
* @return \Illuminate\Http\Response
*/
public function createTask()
{
}
}
E
DD
DD
А
DD
E
E
DD