Microweber\Providers\Database\Crud::table PHP Method

table() public method

public table ( )
    public function table()
    {
        $table = $this->table;
        return $this->app->database_manager->table($table);
    }