Compare commits
4 Commits
9ef5d5ea63
...
82220fe17f
Author | SHA1 | Date | |
---|---|---|---|
82220fe17f | |||
7322a13c0c | |||
2ad0ddd764 | |||
db7a2468f6 |
@ -75,7 +75,7 @@ class HomeController extends Controller
|
|||||||
* @param string $id
|
* @param string $id
|
||||||
* @return \Closure|\Illuminate\Contracts\View\View|string
|
* @return \Closure|\Illuminate\Contracts\View\View|string
|
||||||
*/
|
*/
|
||||||
public function entry_attr_add(Request $request,string $id)
|
public function entry_attr_new(Request $request,string $id)
|
||||||
{
|
{
|
||||||
$xx = new \stdClass();
|
$xx = new \stdClass();
|
||||||
$xx->index = 0;
|
$xx->index = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user