The function str_after() has been deprecated with message: Str::after() should be used directly instead. Will be removed in Laravel 6.0.
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be
removed from the class and what other function to use instead.
The function str_before() has been deprecated with message: Str::before() should be used directly instead. Will be removed in Laravel 6.0.
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be
removed from the class and what other function to use instead.
The function str_after() has been deprecated with message: Str::after() should be used directly instead. Will be removed in Laravel 6.0.
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be
removed from the class and what other function to use instead.
Loading history...
27
: 'temp'.$index;
28
// ["post", "temp1"]
29
})
30
->combine($args)->all();
31
32
$connection = new \RedMoon\TinkerServer\Connection(config('tinker-server.host'));
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.