Progress und aber auch Über uns
This commit is contained in:
@@ -9,10 +9,19 @@ use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class TickerController extends Controller
|
||||
{
|
||||
public function showEditTicker(){
|
||||
public function deleteTicker(Request $request){
|
||||
if(Auth::check()){
|
||||
|
||||
}
|
||||
abort(404);
|
||||
}
|
||||
|
||||
public function addTicker(Request $request){
|
||||
if(Auth::check()){
|
||||
|
||||
}
|
||||
abort(404);
|
||||
}
|
||||
|
||||
public static function getTicker(){
|
||||
$t = "";
|
||||
|
||||
Reference in New Issue
Block a user